1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-06-30 05:32:02 +02:00
blowfish/.travis.yml
2019-05-19 16:12:10 +02:00

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