Skip to content

Commit

Permalink
Merge 7faca24 into 8ce6940
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Aug 26, 2018
2 parents 8ce6940 + 7faca24 commit 9930d10
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nvx [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
# nvx [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url] [![Greenkeeper badge][greenkeeper-image]][greenkeeper-url]

> Run commands on multiple node versions as specified from .travis.yml, circle.yml or arguments; uses npx and is ideal for testing.
Expand Down Expand Up @@ -59,3 +59,5 @@ ISC © [Buster Collings](https://about.me/buster)
[daviddm-url]: https://david-dm.org/busterc/nvx
[coveralls-image]: https://coveralls.io/repos/busterc/nvx/badge.svg
[coveralls-url]: https://coveralls.io/r/busterc/nvx
[greenkeeper-image]: https://badges.greenkeeper.io/busterc/nvx.svg
[greenkeeper-url]: https://greenkeeper.io/
10 changes: 10 additions & 0 deletions greenkeeper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"groups": {
"default": {
"packages": [
"lib/__tests__/more/package.json",
"package.json"
]
}
}
}

0 comments on commit 9930d10

Please sign in to comment.