Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fujimura committed Sep 14, 2014
1 parent 39ca099 commit 07f4766
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ before_script:

script:
- cabal configure --enable-tests --enable-library-coverage && cabal build
- run-cabal-test --show-details=always
- run-cabal-test spec --show-details=always
- cabal test doctests

after_script:
- hpc-coveralls test --exclude-dir=test
- hpc-coveralls spec --exclude-dir=test

0 comments on commit 07f4766

Please sign in to comment.