nunta/.travis.yml

14 lines
190 B
YAML
Raw Normal View History

2017-08-20 03:54:56 +02:00
language: node_js
2018-12-23 05:53:41 +01:00
git:
depth: 3
2017-08-20 07:46:52 +02:00
node_js:
- "node"
2017-08-20 03:54:56 +02:00
install: npm install
script:
- npm test
cache:
directories:
- node_modules
2018-12-23 05:53:41 +01:00
notifications:
email: false