mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 11:40:41 +00:00
revert: changes to node 8
This commit is contained in:
parent
2254a3ee11
commit
5454a074ee
2 changed files with 2 additions and 3 deletions
|
|
@ -2,7 +2,6 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "6"
|
- "6"
|
||||||
- "7"
|
- "7"
|
||||||
- "8"
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
@ -11,7 +10,7 @@ script: bash ./deploy/test.sh
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: build
|
- stage: build
|
||||||
node_js: "8"
|
node_js: "6"
|
||||||
script: bash ./deploy/deploy.sh
|
script: bash ./deploy/deploy.sh
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# For Node != 6, do nothing
|
# 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."
|
echo -e "\e[36m\e[1mBuild triggered with Node v${TRAVIS_NODE_VERSION} - doing nothing."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue