Skip to content

Commit

Permalink
Add travis and coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
fujimura committed Jun 11, 2014
1 parent 32908b8 commit ccf5250
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: haskell

before_install:
- cabal install hpc-coveralls
script:
- cabal configure --enable-tests --enable-library-coverage && cabal build
- run-cabal-test --show-details=always
after_script:
- hpc-coveralls spec --exclude-dir=test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# git-freq
# git-freq [![Build Status](https://travis-ci.org/fujimura/git-freq.png?branch=master)](https://travis-ci.org/fujimura/git-freq)[![Coverage Status](https://coveralls.io/repos/fujimura/git-freq/badge.png)](https://coveralls.io/r/fujimura/git-freq)

A Git subcommand to detect frequently changed code in the repository

Expand Down

0 comments on commit ccf5250

Please sign in to comment.