mirror of
https://github.com/danbulant/discord.js
synced 2026-07-10 05:31:13 +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:
|
||||
- node_modules
|
||||
install: npm install
|
||||
script:
|
||||
- bash ./deploy/deploy.sh
|
||||
script: bash ./deploy/test.sh
|
||||
jobs:
|
||||
include:
|
||||
- stage: build
|
||||
node_js: "6"
|
||||
script: bash ./deploy/deploy.sh
|
||||
env:
|
||||
global:
|
||||
- ENCRYPTION_LABEL: "af862fa96d3e"
|
||||
|
|
|
|||
Loading…
Reference in a new issue