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-09-27 16:47:38 +03:00
|
|
|
- "6"
|
2017-07-15 06:17:32 +00:00
|
|
|
- "8"
|
2013-12-13 03:03:15 -08:00
|
|
|
install:
|
2018-10-14 14:57:42 +03:00
|
|
|
- bundle install --deployment --jobs=3 --retry=3 --clean
|
2015-08-19 13:08:26 -07:00
|
|
|
- npm install
|
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
|
2018-11-04 12:15:19 +02:00
|
|
|
- if [[ "$TRAVIS_NODE_VERSION" = "8" ]]; then npm run check-broken-links; fi
|
|
|
|
- if [[ "$TRAVIS_NODE_VERSION" = "8" && "$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:
|
2018-11-04 12:15:19 +02:00
|
|
|
- if [[ "$TRAVIS_NODE_VERSION" = "8" ]]; then npm run coveralls; fi
|
2016-01-14 14:14:34 -08:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- node_modules
|
|
|
|
- vendor/bundle
|
2018-10-13 13:29:20 +03:00
|
|
|
notifications:
|
|
|
|
email: false
|