mirror of
https://github.com/danbulant/discord.js
synced 2026-05-30 12:51:55 +00:00
Hopefully remove unnecessary work from Travis tests
This commit is contained in:
parent
297ac4e4db
commit
127d87dca8
1 changed files with 4 additions and 5 deletions
|
|
@ -7,12 +7,11 @@ script: bash ./travis/test.sh
|
|||
jobs:
|
||||
include:
|
||||
- stage: deploy
|
||||
script: bash ./travis/deploy.sh
|
||||
node_js: 9
|
||||
env:
|
||||
global:
|
||||
- ENCRYPTION_LABEL: "af862fa96d3e"
|
||||
- COMMIT_AUTHOR_EMAIL: "amishshah.2k@gmail.com"
|
||||
script: bash ./travis/deploy.sh
|
||||
env:
|
||||
- ENCRYPTION_LABEL: "af862fa96d3e"
|
||||
- COMMIT_AUTHOR_EMAIL: "amishshah.2k@gmail.com"
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
|
|
|||
Loading…
Reference in a new issue