1
0
mirror of https://github.com/oceanprotocol/webtasks synced 2024-06-15 17:03:15 +02:00
webtasks/.travis.yml

15 lines
169 B
YAML

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