Skip to content

Commit

Permalink
Merge pull request #508 from epoberezkin/greenkeeper/nyc-11.0.2
Browse files Browse the repository at this point in the history
Update nyc to the latest version 馃殌
  • Loading branch information
Evgeny Poberezkin committed Jun 4, 2017
2 parents f1c9f15 + 55727d9 commit 9f0b563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -3,11 +3,10 @@ before_script:
- git submodule update --init
- npm install -g codeclimate-test-reporter
node_js:
- "0.12"
- "4"
- "5"
- "6"
- "7"
- "8"
after_script:
- codeclimate-test-reporter < coverage/lcov.info
- coveralls < coverage/lcov.info
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -89,7 +89,7 @@
"karma-sauce-launcher": "^1.1.0",
"mocha": "^3.0.0",
"nodent": "^3.0.17",
"nyc": "^10.0.0",
"nyc": "^11.0.2",
"phantomjs-prebuilt": "^2.1.4",
"pre-commit": "^1.1.1",
"regenerator": "0.9.7",
Expand Down

0 comments on commit 9f0b563

Please sign in to comment.