mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
Add travis staging
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user