mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +00:00
Still mucking about with Travis
This commit is contained in:
parent
4a15ccab0f
commit
297ac4e4db
1 changed files with 4 additions and 5 deletions
|
|
@ -2,14 +2,10 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 8
|
- 8
|
||||||
- 9
|
- 9
|
||||||
cache:
|
|
||||||
directories:
|
|
||||||
- node_modules
|
|
||||||
install: npm install
|
install: npm install
|
||||||
|
script: bash ./travis/test.sh
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: test
|
|
||||||
script: bash ./travis/test.sh
|
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
script: bash ./travis/deploy.sh
|
script: bash ./travis/deploy.sh
|
||||||
node_js: 9
|
node_js: 9
|
||||||
|
|
@ -17,5 +13,8 @@ env:
|
||||||
global:
|
global:
|
||||||
- ENCRYPTION_LABEL: "af862fa96d3e"
|
- ENCRYPTION_LABEL: "af862fa96d3e"
|
||||||
- COMMIT_AUTHOR_EMAIL: "amishshah.2k@gmail.com"
|
- COMMIT_AUTHOR_EMAIL: "amishshah.2k@gmail.com"
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- node_modules
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue