webtasks/.travis.yml

15 lines
177 B
YAML

language: node_js
node_js: node
# will run `npm install` automatically
script:
- npm test
notifications:
email: false
cache:
directories:
- node_modules