mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Also test node 9
This commit is contained in:
@@ -15,6 +15,7 @@ environment:
|
||||
- nodejs_version: "4"
|
||||
- nodejs_version: "6"
|
||||
- nodejs_version: "8"
|
||||
- nodejs_version: "9"
|
||||
|
||||
# Finish on first failed build
|
||||
matrix:
|
||||
@@ -13,6 +13,7 @@ env:
|
||||
- TEST_NODE_VERSION="4"
|
||||
- TEST_NODE_VERSION="6"
|
||||
- TEST_NODE_VERSION="8"
|
||||
- TEST_NODE_VERSION="9"
|
||||
|
||||
before_install:
|
||||
- node --version
|
||||
@@ -35,7 +36,6 @@ matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- os: osx
|
||||
- env: "NODE_VERSION=7"
|
||||
|
||||
script:
|
||||
- nvm use $TEST_NODE_VERSION
|
||||
|
||||
Reference in New Issue
Block a user