mirror of
https://github.com/danbulant/discord.js
synced 2026-06-06 16:22:08 +00:00
Maybe fix dumb Travis behaviour
This commit is contained in:
parent
547b9cc2f3
commit
4a15ccab0f
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- 8
|
||||||
|
- 9
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
@ -7,9 +10,6 @@ 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
|
node_js: 9
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue