commons/.travis.yml

15 lines
184 B
YAML
Raw Normal View History

2019-03-07 14:56:07 +01:00
language: node_js
2019-03-24 02:18:53 +01:00
node_js: node
2019-03-07 14:56:07 +01:00
2019-03-24 02:10:00 +01:00
script:
- ./scripts/install.sh
- ./scripts/test.sh
2019-03-24 02:18:53 +01:00
- ./scripts/build.sh
2019-03-07 14:56:07 +01:00
notifications:
email: false
cache:
directories:
2019-03-24 02:10:00 +01:00
- node_modules