2018-11-05 21:51:15 +02:00
|
|
|
addons:
|
|
|
|
chrome: stable
|
2012-04-19 15:32:41 -07:00
|
|
|
language: node_js
|
2014-09-01 10:18:49 +02:00
|
|
|
git:
|
2016-12-05 11:40:27 +11:00
|
|
|
depth: 3
|
2012-04-19 15:32:41 -07:00
|
|
|
node_js:
|
2017-07-15 06:17:32 +00:00
|
|
|
- "8"
|
2019-02-19 11:57:26 +02:00
|
|
|
- "10"
|
2019-04-29 18:03:25 +03:00
|
|
|
- "12"
|
2018-11-05 21:04:23 +01:00
|
|
|
before_script:
|
|
|
|
- google-chrome-stable --product-version
|
2018-06-24 01:23:47 +03:00
|
|
|
script:
|
2018-11-05 18:56:07 +02:00
|
|
|
- npm test || travis_terminate 1
|
2019-02-19 11:57:26 +02:00
|
|
|
- if [[ "$TRAVIS_NODE_VERSION" = "10" ]]; then npm run linkinator; fi
|
|
|
|
- if [[ "$TRAVIS_NODE_VERSION" = "10" && "$TRAVIS_EVENT_TYPE" = "push" && ! `git log --format=%B --no-merges -n 1 | grep '\[skip browser\]'` ]]; then npm run js-test-cloud; fi
|
2016-12-05 11:40:27 +11:00
|
|
|
after_success:
|
2019-02-19 11:57:26 +02:00
|
|
|
- if [[ "$TRAVIS_NODE_VERSION" = "10" ]]; then npm run coveralls; fi
|
2019-04-29 18:03:25 +03:00
|
|
|
cache: npm
|
2018-10-13 13:29:20 +03:00
|
|
|
notifications:
|
|
|
|
email: false
|