revert: changes to node 8

This commit is contained in:
iCrawl
2018-02-17 18:19:56 +01:00
parent 2254a3ee11
commit 5454a074ee
2 changed files with 2 additions and 3 deletions

View File

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