mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
ci: Test in Node.js 10 and 11, deploy with Node.js 10 (#3069)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 8
|
||||
- 9
|
||||
- 10
|
||||
- 11
|
||||
install: npm install
|
||||
script: bash ./travis/test.sh
|
||||
jobs:
|
||||
include:
|
||||
- stage: deploy
|
||||
node_js: 9
|
||||
node_js: 10
|
||||
script: bash ./travis/deploy.sh
|
||||
env:
|
||||
- ENCRYPTION_LABEL="af862fa96d3e"
|
||||
|
||||
Reference in New Issue
Block a user