mirror of
https://github.com/danbulant/discord.js
synced 2026-06-06 16:22:08 +00:00
ci: Test in Node.js 10 and 11, deploy with Node.js 10 (#3069)
This commit is contained in:
parent
9449f8df8f
commit
d057a5040c
1 changed files with 3 additions and 3 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 8
|
- 10
|
||||||
- 9
|
- 11
|
||||||
install: npm install
|
install: npm install
|
||||||
script: bash ./travis/test.sh
|
script: bash ./travis/test.sh
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
node_js: 9
|
node_js: 10
|
||||||
script: bash ./travis/deploy.sh
|
script: bash ./travis/deploy.sh
|
||||||
env:
|
env:
|
||||||
- ENCRYPTION_LABEL="af862fa96d3e"
|
- ENCRYPTION_LABEL="af862fa96d3e"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue