mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-11-15 09:35:14 +01:00
17 lines
203 B
YAML
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
|