1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-07-01 06:02:10 +02:00
docs/.travis.yml
2018-11-07 12:33:32 +01:00

16 lines
202 B
YAML

language: node_js
node_js: node
# will run `npm install` automatically here
script:
- npm test
- npm run build
notifications:
email: false
cache:
directories:
- node_modules