2018-11-05 14:51:15 -05:00
|
|
|
addons:
|
|
|
|
chrome: stable
|
2012-04-19 18:32:41 -04:00
|
|
|
language: node_js
|
2014-09-01 04:18:49 -04:00
|
|
|
git:
|
2016-12-04 19:40:27 -05:00
|
|
|
depth: 3
|
2012-04-19 18:32:41 -04:00
|
|
|
node_js:
|
2017-09-27 09:47:38 -04:00
|
|
|
- "6"
|
2017-07-15 02:17:32 -04:00
|
|
|
- "8"
|
2013-12-13 06:03:15 -05:00
|
|
|
install:
|
2018-10-14 07:57:42 -04:00
|
|
|
- bundle install --deployment --jobs=3 --retry=3 --clean
|
2015-08-19 16:08:26 -04:00
|
|
|
- npm install
|
2018-11-05 15:04:23 -05:00
|
|
|
before_script:
|
|
|
|
- google-chrome-stable --product-version
|
2018-06-23 18:23:47 -04:00
|
|
|
script:
|
2018-11-05 11:56:07 -05:00
|
|
|
- npm test || travis_terminate 1
|
2018-11-04 05:15:19 -05: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-04 19:40:27 -05:00
|
|
|
after_success:
|
2018-11-04 05:15:19 -05:00
|
|
|
- if [[ "$TRAVIS_NODE_VERSION" = "8" ]]; then npm run coveralls; fi
|
2016-01-14 17:14:34 -05:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- node_modules
|
|
|
|
- vendor/bundle
|
2018-10-13 06:29:20 -04:00
|
|
|
notifications:
|
|
|
|
email: false
|