Skip to content

Commit

Permalink
chore(Bithound): make Bithound part of the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Oct 11, 2016
1 parent 47beaf3 commit 32ddf5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ before_script:
script:
- istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec
- codecov
- bithound check [email protected]:TNG/sinon-helpers.git
after_success:
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
- python travis_after_all.py
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 32ddf5c

Please sign in to comment.