diff --git a/.travis.yml b/.travis.yml index 8724a9d..fc297e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,6 @@ 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 e790322..8dfa968 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,6 @@ "ramda": "^0.22.1" }, "devDependencies": { - "bithound": "^1.7.0", "chai": "^3.5.0", "codecov": "^1.0.1", "eslint": "^3.9.1",