Haha-Yes/node_modules/snekfetch/.travis.yml
2018-09-06 15:02:53 +02:00

15 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