You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Haha-Yes/node_modules/snekfetch/.travis.yml

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