1
0
mirror of https://github.com/oceanprotocol/ipfs synced 2024-11-22 09:47:03 +01:00
ipfs/.travis.yml

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