Files
JefferyBot/node_modules/snekfetch/.travis.yml
2018-05-19 22:38:38 +01:00

16 lines
272 B
YAML

language: node_js
node_js:
- "8"
install: npm install
jobs:
include:
- stage: test
script: bash ./scripts/travis-test.sh
- stage: deploy
script: bash ./scripts/travis-deploy.sh
cache:
directories:
- node_modules
notifications:
email: false