webtasks/.travis.yml

15 lines
177 B
YAML
Raw Permalink Normal View History

2018-03-20 18:12:48 +01:00
language: node_js
node_js: node
# will run `npm install` automatically
script:
2019-08-21 11:46:02 +02:00
- npm test
2018-03-20 18:12:48 +01:00
notifications:
email: false
cache:
2019-08-21 11:46:02 +02:00
directories:
- node_modules