2016-02-19 04:27:33 -05:00
sudo : required
dist : trusty
2012-04-19 18:32:41 -04:00
language : node_js
2014-09-01 04:18:49 -04:00
git :
depth : 10
2012-04-19 18:32:41 -04:00
node_js :
2015-09-20 05:10:42 -04:00
- "4"
2016-05-28 16:39:40 -04:00
- "6"
2013-12-13 06:03:15 -05:00
before_install :
2016-01-14 17:14:34 -05:00
# Remove ./node_modules/.bin from PATH so node-which doesn't replace Unix which and cause RVM to barf. See https://github.com/travis-ci/travis-ci/issues/5092
- export PATH=$(python -c 'from sys import argv;from collections import OrderedDict as od;print(":".join(od((p,None) for p in argv[1].split(":") if p.startswith("/")).keys()))' "$PATH")
2015-11-12 01:55:43 -05:00
- rvm install 2.2
- rvm use 2.2 --fuzzy
2015-11-11 20:25:35 -05:00
- npm install -g npm@3
2014-05-18 18:48:40 -04:00
- "export TRAVIS_COMMIT_MSG=\"$(git log --format=%B --no-merges -n 1)\""
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip validator\]'; export TWBS_DO_VALIDATOR=$?; true
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip sauce\]'; export TWBS_DO_SAUCE=$?; true
2014-11-19 18:41:05 -05:00
- if [ "$TRAVIS_REPO_SLUG" = twbs-savage/bootstrap ]; then export TWBS_DO_VALIDATOR=0; fi
2013-12-13 06:03:15 -05:00
install :
2015-08-19 16:08:26 -04:00
- bundle install --deployment --jobs=3
2015-09-23 21:21:58 -04:00
- cp grunt/npm-shrinkwrap.json ./
2015-08-19 16:08:26 -04:00
- npm install
2016-01-14 17:14:34 -05:00
cache :
directories :
- node_modules
- vendor/bundle
2016-06-27 17:19:10 -04:00
- "$HOME/google-cloud-sdk"
2013-07-30 12:41:17 -04:00
env :
global :
2016-01-26 20:35:04 -05:00
- NPM_CONFIG_PROGRESS="false"
2013-12-14 22:09:44 -05:00
matrix :
- TWBS_TEST=core
- TWBS_TEST=validate-html
- TWBS_TEST=sauce-js-unit
matrix :
fast_finish : true
2015-11-12 03:53:49 -05:00
exclude :
- node_js : "4"
env : TWBS_TEST=validate-html
- node_js : "4"
env : TWBS_TEST=sauce-js-unit
2014-05-08 02:37:41 -04:00
notifications :
slack : heybb:iz4wwosL0N0EdaX1gvgkU0NH
2014-11-19 17:43:45 -05:00
webhooks :
- http://savage.twbsapps.com/savage/travis