1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-06-10 11:25:17 +02:00
blowfish/.travis.yml

17 lines
203 B
YAML
Raw Normal View History

2019-05-19 16:12:10 +02:00
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