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