mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 08:41:29 +00:00
Only run Node 8 build for test stage
This commit is contained in:
parent
b7c4df5dc1
commit
547b9cc2f3
1 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,4 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
|
||||||
- "8"
|
|
||||||
- "9"
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
@ -10,8 +7,12 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- stage: test
|
- stage: test
|
||||||
script: bash ./travis/test.sh
|
script: bash ./travis/test.sh
|
||||||
|
node_js:
|
||||||
|
- 8
|
||||||
|
- 9
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
script: bash ./travis/deploy.sh
|
script: bash ./travis/deploy.sh
|
||||||
|
node_js: 9
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- ENCRYPTION_LABEL: "af862fa96d3e"
|
- ENCRYPTION_LABEL: "af862fa96d3e"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue