mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 09:42:22 +00:00
Betterer Travis? Maybe?
This commit is contained in:
parent
2a96296e95
commit
92e9c61eb6
1 changed files with 2 additions and 2 deletions
|
|
@ -5,11 +5,11 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
install: npm install
|
install: npm install
|
||||||
script: bash ./deploy/test.sh
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
- stage: test
|
||||||
|
script: bash ./deploy/test.sh
|
||||||
- stage: build
|
- stage: build
|
||||||
node_js: "8"
|
|
||||||
script: bash ./deploy/deploy.sh
|
script: bash ./deploy/deploy.sh
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue