mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Start testing on Node v8.
This commit is contained in:
+2
-2
@@ -5,9 +5,9 @@ git:
|
|||||||
depth: 3
|
depth: 3
|
||||||
node_js:
|
node_js:
|
||||||
- "4"
|
- "4"
|
||||||
- "7"
|
- "8"
|
||||||
before_install:
|
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`\""
|
- "export TRAVIS_COMMIT_MSG=\"`git log --format=%B --no-merges -n 1`\""
|
||||||
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip browser\]'; export TWBS_DO_BROWSER=$?; true
|
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip browser\]'; export TWBS_DO_BROWSER=$?; true
|
||||||
install:
|
install:
|
||||||
|
|||||||
Reference in New Issue
Block a user