Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardi Harborow <bardi@bardiharborow.com>2017-07-15 09:17:32 +0300
committerBardi Harborow <bardi@bardiharborow.com>2017-07-15 09:34:14 +0300
commit62a47962683a751ddbd6eb4d507c53c16721d97f (patch)
tree9ad6ac69018aa5de63f12bcb34ae033c93890b1d /.travis.yml
parent2e5be3f46fb35176c9ae6f9ff710945f41bd8eae (diff)
Start testing on Node v8.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 4efd7f293b..f5afd82d55 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: