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

32 lines
438 B
YAML
Raw Normal View History

2018-09-03 10:36:58 +02:00
language: node_js
node_js:
- "8"
services:
- docker
cache:
directories:
- node_modules
matrix:
fast_finish: true
before_install:
2018-09-06 17:23:20 +02:00
- npm install -g npm
2018-10-02 08:04:01 +02:00
- npm install -g release-it greenkeeper-lockfile ganache-cli
2018-09-10 10:24:14 +02:00
before_script:
- greenkeeper-lockfile-update
2018-10-02 10:12:33 +02:00
- ganache-cli > ganache-cli.log &
- sleep 2
2018-09-03 10:36:58 +02:00
script:
2018-09-06 17:23:20 +02:00
- npm test
- npm run build
2018-09-03 10:36:58 +02:00
2018-09-10 10:24:14 +02:00
after_script:
- greenkeeper-lockfile-upload
2018-09-03 10:36:58 +02:00
notifications:
email: false