0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/.travis.yml

37 lines
940 B
YAML
Raw Normal View History

sudo: false
2016-02-19 10:27:33 +01:00
dist: trusty
language: node_js
git:
depth: 3
node_js:
- "4"
2017-03-12 06:01:14 +01:00
- "7"
2013-12-13 12:03:15 +01:00
before_install:
2017-03-12 06:01:14 +01:00
- if [[ `npm -v` != 4* ]]; then npm install -g npm@4; fi
- "export TRAVIS_COMMIT_MSG=\"`git log --format=%B --no-merges -n 1`\""
2017-04-19 13:59:12 +02:00
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip browser\]'; export TWBS_DO_BROWSER=$?; true
2013-12-13 12:03:15 +01:00
install:
- bundle install --deployment --jobs=3 --retry=3
2017-04-19 13:59:12 +02:00
- cp build/npm-shrinkwrap.json ./
2015-08-19 22:08:26 +02:00
- npm install
2017-04-19 13:59:12 +02:00
script:
- npm test
- if [ "$TWBS_TEST" = browser -a "$SAUCE_ACCESS_KEY" ]; then npm run js-test-cloud; fi
after_success:
2017-04-19 13:59:12 +02:00
- if [ "$TRAVIS_REPO_SLUG" = twbs-savage/bootstrap ]; then npm run docs-upload-preview; fi
cache:
directories:
- node_modules
- vendor/bundle
2013-07-30 18:41:17 +02:00
env:
- TWBS_TEST=core
2017-04-19 13:59:12 +02:00
- TWBS_TEST=browser
matrix:
exclude:
- node_js: "4"
2017-04-19 13:59:12 +02:00
env: TWBS_TEST=browser
2014-05-08 08:37:41 +02:00
notifications:
slack: heybb:iz4wwosL0N0EdaX1gvgkU0NH
webhooks:
- http://savage.twbsapps.com/savage/travis