reverse-engineering/.travis.yml
2017-11-26 13:31:23 +05:30

22 lines
209 B
YAML

sudo: false
language: node_js
node_js:
- 8
cache:
directories:
- node_modules
install:
- yarn install
script:
- yarn test
notifications:
email:
on_success: never
on_failure: change