2016-05-29 18:58:18 +00:00
|
|
|
sudo: false
|
2017-09-04 21:04:05 +00:00
|
|
|
dist: trusty
|
2016-05-29 18:58:18 +00:00
|
|
|
|
2015-04-01 15:49:12 +00:00
|
|
|
language: node_js
|
2016-05-29 18:58:18 +00:00
|
|
|
|
|
|
|
node_js:
|
2018-07-08 23:55:09 +00:00
|
|
|
- "10"
|
2016-05-29 18:58:18 +00:00
|
|
|
|
2016-11-03 20:49:15 +00:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- macosx
|
|
|
|
- windows
|
|
|
|
|
2017-01-17 16:19:42 +00:00
|
|
|
matrix:
|
|
|
|
include:
|
2017-11-02 00:06:59 +00:00
|
|
|
- node_js: 8
|
|
|
|
os: linux
|
2017-01-17 16:19:42 +00:00
|
|
|
- node_js: 6
|
|
|
|
os: linux
|
|
|
|
|
2016-05-29 18:58:18 +00:00
|
|
|
cache:
|
2017-01-10 22:52:28 +00:00
|
|
|
yarn: true
|
2016-05-29 18:58:18 +00:00
|
|
|
|
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
|