Skip to content

Commit

Permalink
Merge 8f8d5f5 into b2fa006
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Dec 11, 2018
2 parents b2fa006 + 8f8d5f5 commit 8a11c42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Build Status](https://travis-ci.org/Kibibit/tdd1t.svg?branch=master)](https://travis-ci.org/Kibibit/tdd1t)
[![Coverage Status](https://coveralls.io/repos/github/Kibibit/tdd1t/badge.svg?branch=master)](https://coveralls.io/github/Kibibit/tdd1t?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/Kibibit/tdd1t/badge.svg?branch=master)](https://coveralls.io/github/Kibibit/tdd1t?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/Kibibit/tdd1t.svg)](https://greenkeeper.io/)

> A GitHub App built with [Probot](https://github.com/probot/probot) that checks Feature specs against submitted tests in a Pull Request.
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"eslint": "^5.10.0",
"eslint-plugin-lodash": "^5.1.0",
"husky": "^1.2.0",
"jest": "^22.4.3",
"jest": "^23.6.0",
"jest-html-reporter": "^2.4.2",
"nock": "^10.0.0",
"nodemon": "^1.17.2",
Expand All @@ -78,6 +78,11 @@
"smee-client": "^1.0.2",
"travis-deploy-once": "^5.0.9"
},
"greenkeeper": {
"ignore": [
"commitizen"
]
},
"engines": {
"node": ">= 8.3.0"
},
Expand Down

0 comments on commit 8a11c42

Please sign in to comment.