mirror of
https://github.com/oceanprotocol/webtasks
synced 2024-11-23 18:41:30 +01:00
15 lines
169 B
YAML
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
|