Also test node 9

This commit is contained in:
Adam Stankiewicz
2018-03-28 14:40:14 +02:00
parent acb145c3ec
commit 308723db8a
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ environment:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "9"
# Finish on first failed build
matrix:

View File

@@ -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