Files
discord.js/.travis.yml
Schuyler Cebulskie 0f4ca39fa3 Add Node 9 to Travis
2017-11-18 17:12:27 -05:00

21 lines
365 B
YAML

language: node_js
node_js:
- "8"
- "9"
cache:
directories:
- node_modules
install: npm install
jobs:
include:
- stage: test
script: bash ./travis/test.sh
- stage: deploy
script: bash ./travis/deploy.sh
env:
global:
- ENCRYPTION_LABEL: "af862fa96d3e"
- COMMIT_AUTHOR_EMAIL: "amishshah.2k@gmail.com"
dist: trusty
sudo: false