mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 21:42:05 +00:00
Update travis build stages
This commit is contained in:
parent
833bfa1cba
commit
5db3ab742b
1 changed files with 4 additions and 5 deletions
|
|
@ -1,15 +1,14 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "6"
|
||||||
|
- "7"
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
install: npm install
|
install: npm install
|
||||||
|
script: bash ./deploy/test.sh
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: test
|
|
||||||
node_js:
|
|
||||||
- "6"
|
|
||||||
- "7"
|
|
||||||
script: bash ./deploy/test.sh
|
|
||||||
- stage: build
|
- stage: build
|
||||||
node_js: "6"
|
node_js: "6"
|
||||||
script: bash ./deploy/deploy.sh
|
script: bash ./deploy/deploy.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue