1
0
mirror of https://github.com/oceanprotocol/ipfs synced 2024-10-31 23:25:17 +01:00
ipfs/.travis.yml

15 lines
173 B
YAML
Raw Normal View History

2019-10-16 17:26:46 +02:00
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