meshviewer/.travis.yml

29 lines
352 B
YAML
Raw Normal View History

sudo: false
dist: trusty
2015-04-01 15:49:12 +00:00
language: node_js
node_js:
- "10"
os:
- linux
- osx
matrix:
include:
2019-04-27 14:51:47 +00:00
- node_js: "8"
2017-11-02 00:06:59 +00:00
os: linux
2019-04-27 14:51:47 +00:00
- node_js: "11"
os: linux
- node_js: "12"
os: linux
cache:
yarn: true
2017-01-19 00:48:02 +00:00
before_script:
- if git status | grep -q "modified. \.travis\.yml"; then echo "Dirty yarn.lock"; exit 1; fi
script:
2017-03-22 22:13:37 +00:00
- gulp