fix: add node 8 to build

This commit is contained in:
iCrawl
2018-02-17 18:11:28 +01:00
parent a7b46be923
commit da14e33ff7
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ language: node_js
node_js:
- "6"
- "7"
- "8"
cache:
directories:
- node_modules

View File

@@ -32,7 +32,7 @@ else
fi
# For Node != 6, do nothing
if [ "$TRAVIS_NODE_VERSION" != "6" ]; then
if [ "$TRAVIS_NODE_VERSION" != "8" ]; then
echo -e "\e[36m\e[1mBuild triggered with Node v${TRAVIS_NODE_VERSION} - doing nothing."
exit 0
fi