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

33 lines
447 B
YAML
Raw Normal View History

2018-09-03 10:36:58 +02:00
language: node_js
node_js:
2018-10-10 11:46:10 +02:00
- "10"
2018-09-03 10:36:58 +02:00
services:
- docker
cache:
directories:
- node_modules
matrix:
fast_finish: true
before_install:
2018-10-10 11:46:10 +02:00
- npm install -g npm
- npm install -g release-it greenkeeper-lockfile ganache-cli
2018-09-10 10:24:14 +02:00
before_script:
2018-10-10 11:46:10 +02:00
- greenkeeper-lockfile-update
- ganache-cli > ganache-cli.log &
- sleep 2
2018-09-03 10:36:58 +02:00
script:
2018-10-10 11:49:14 +02:00
- npm run test:cover
2018-10-10 11:46:10 +02:00
- npm run build
2018-10-10 11:49:14 +02:00
- npm run doc
2018-09-03 10:36:58 +02:00
2018-09-10 10:24:14 +02:00
after_script:
2018-10-10 11:46:10 +02:00
- greenkeeper-lockfile-upload
2018-09-10 10:24:14 +02:00
2018-09-03 10:36:58 +02:00
notifications:
email: false