mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
fix: add node 8 to build
This commit is contained in:
parent
a7b46be923
commit
da14e33ff7
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ language: node_js
|
|||
node_js:
|
||||
- "6"
|
||||
- "7"
|
||||
- "8"
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue