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

23 lines
232 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-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
notifications:
email: false