1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00
squid-js/.travis.yml
Sebastian Gerske 87543338e9 run npm, run
2018-10-10 11:49:14 +02:00

33 lines
447 B
YAML

language: node_js
node_js:
- "10"
services:
- docker
cache:
directories:
- node_modules
matrix:
fast_finish: true
before_install:
- npm install -g npm
- npm install -g release-it greenkeeper-lockfile ganache-cli
before_script:
- greenkeeper-lockfile-update
- ganache-cli > ganache-cli.log &
- sleep 2
script:
- npm run test:cover
- npm run build
- npm run doc
after_script:
- greenkeeper-lockfile-upload
notifications:
email: false