1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Merge pull request #8 from oceanprotocol/greenkeeper/initial

Greenkeeper/initial
This commit is contained in:
Matthias Kretschmann 2018-09-10 11:45:48 +02:00 committed by GitHub
commit 334d4caeb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -14,10 +14,17 @@ matrix:
before_install:
- npm install -g npm
- npm install -g release-it greenkeeper-lockfile
before_script:
- greenkeeper-lockfile-update
script:
- npm test
- npm run build
after_script:
- greenkeeper-lockfile-upload
notifications:
email: false

View File

@ -8,6 +8,7 @@
[![Travis (.com)](https://img.shields.io/travis/com/oceanprotocol/squid-js.svg)](https://travis-ci.com/oceanprotocol/squid-js)
[![GitHub contributors](https://img.shields.io/github/contributors/oceanprotocol/squid-js.svg)](https://github.com/oceanprotocol/squid-js/graphs/contributors)
[![js oceanprotocol](https://img.shields.io/badge/js-oceanprotocol-7b1173.svg)](https://github.com/oceanprotocol/eslint-config-oceanprotocol)
[![Greenkeeper badge](https://badges.greenkeeper.io/oceanprotocol/squid-js.svg)](https://greenkeeper.io/)
---