mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 09:42:22 +00:00
Add travis staging
This commit is contained in:
parent
8a7a805d92
commit
b9172ffe22
1 changed files with 20 additions and 16 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue