diff --git a/.travis.yml b/.travis.yml index fc297e4..8724a9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ before_script: script: - istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec - codecov + - bithound check git@github.com:TNG/sinon-helpers.git after_success: - 'curl -Lo travis_after_all.py https://git.io/travis_after_all' - python travis_after_all.py diff --git a/package.json b/package.json index f460098..2444703 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,7 @@ "ramda": "^0.22.1" }, "devDependencies": { + "bithound": "^1.7.0", "chai": "^3.5.0", "codecov": "^1.0.1", "eslint-config-standard": "^6.2.0",