1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Start testing on Node v8.

This commit is contained in:
Bardi Harborow 2017-07-15 06:17:32 +00:00
parent 2e5be3f46f
commit 62a4796268

View file

@ -5,9 +5,9 @@ git:
depth: 3
node_js:
- "4"
- "7"
- "8"
before_install:
- if [[ `npm -v` != 4* ]]; then npm install -g npm@4; fi
- if [[ `npm -v` != 5* ]]; then npm install -g npm@5; fi
- "export TRAVIS_COMMIT_MSG=\"`git log --format=%B --no-merges -n 1`\""
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip browser\]'; export TWBS_DO_BROWSER=$?; true
install: