mirror of
https://github.com/oceanprotocol/ipfs
synced 2024-10-31 23:25:17 +01:00
15 lines
173 B
YAML
15 lines
173 B
YAML
|
dist: xenial
|
||
|
language: node_js
|
||
|
node_js: node
|
||
|
|
||
|
cache: npm
|
||
|
|
||
|
# will run `npm install` automatically here
|
||
|
|
||
|
script:
|
||
|
- npm test
|
||
|
- npm run build
|
||
|
|
||
|
notifications:
|
||
|
email: false
|