mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
Add travis staging
This commit is contained in:
@@ -6,8 +6,12 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
install: npm install
|
install: npm install
|
||||||
script:
|
script: bash ./deploy/test.sh
|
||||||
- bash ./deploy/deploy.sh
|
jobs:
|
||||||
|
include:
|
||||||
|
- stage: build
|
||||||
|
node_js: "6"
|
||||||
|
script: bash ./deploy/deploy.sh
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- ENCRYPTION_LABEL: "af862fa96d3e"
|
- ENCRYPTION_LABEL: "af862fa96d3e"
|
||||||
|
|||||||
Reference in New Issue
Block a user