diff options
| author | Bardi Harborow <[email protected]> | 2017-07-15 06:17:32 +0000 |
|---|---|---|
| committer | Bardi Harborow <[email protected]> | 2017-07-15 16:34:14 +1000 |
| commit | 62a47962683a751ddbd6eb4d507c53c16721d97f (patch) | |
| tree | 9ad6ac69018aa5de63f12bcb34ae033c93890b1d | |
| parent | 2e5be3f46fb35176c9ae6f9ff710945f41bd8eae (diff) | |
| download | bootstrap-62a47962683a751ddbd6eb4d507c53c16721d97f.tar.xz bootstrap-62a47962683a751ddbd6eb4d507c53c16721d97f.zip | |
Start testing on Node v8.
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 4efd7f293..f5afd82d5 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: |
