blowfish/.travis.yml

17 lines
203 B
YAML

dist: xenial
language: node_js
node_js: node
cache:
directories:
- node_modules
# will run `npm install` automatically here
script:
- npm test
- npm run build
notifications:
email: false