awesome-cryptography/.travis.yml

22 lines
209 B
YAML
Raw Normal View History

2017-08-06 16:36:58 -06:00
sudo: false
language: node_js
2017-08-06 16:36:58 -06:00
node_js:
2017-08-06 16:36:58 -06:00
- 8
cache:
directories:
- node_modules
install:
2017-08-06 16:36:58 -06:00
- yarn install
script:
2017-10-22 03:47:59 -06:00
- yarn test
notifications:
email:
on_success: never
on_failure: change