mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Still mucking about with Travis
This commit is contained in:
@@ -2,14 +2,10 @@ language: node_js
|
||||
node_js:
|
||||
- 8
|
||||
- 9
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
install: npm install
|
||||
script: bash ./travis/test.sh
|
||||
jobs:
|
||||
include:
|
||||
- stage: test
|
||||
script: bash ./travis/test.sh
|
||||
- stage: deploy
|
||||
script: bash ./travis/deploy.sh
|
||||
node_js: 9
|
||||
@@ -17,5 +13,8 @@ env:
|
||||
global:
|
||||
- ENCRYPTION_LABEL: "af862fa96d3e"
|
||||
- COMMIT_AUTHOR_EMAIL: "amishshah.2k@gmail.com"
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
dist: trusty
|
||||
sudo: false
|
||||
|
||||
Reference in New Issue
Block a user