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
36
.travis.yml
36
.travis.yml
|
|
@ -1,16 +1,20 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "6"
|
- "6"
|
||||||
- "7"
|
- "7"
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
install: npm install
|
install: npm install
|
||||||
script:
|
script: bash ./deploy/test.sh
|
||||||
- bash ./deploy/deploy.sh
|
jobs:
|
||||||
env:
|
include:
|
||||||
global:
|
- stage: build
|
||||||
- ENCRYPTION_LABEL: "af862fa96d3e"
|
node_js: "6"
|
||||||
- COMMIT_AUTHOR_EMAIL: "amishshah.2k@gmail.com"
|
script: bash ./deploy/deploy.sh
|
||||||
dist: trusty
|
env:
|
||||||
sudo: false
|
global:
|
||||||
|
- ENCRYPTION_LABEL: "af862fa96d3e"
|
||||||
|
- COMMIT_AUTHOR_EMAIL: "amishshah.2k@gmail.com"
|
||||||
|
dist: trusty
|
||||||
|
sudo: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue