Skip to content

Commit

Permalink
Fix Travis CI configuration
Browse files Browse the repository at this point in the history
Not sure what went wrong :-/
  • Loading branch information
NicolasT committed Dec 13, 2012
1 parent 567964a commit 75cf36a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,2 +1,5 @@
language: haskell language: haskell
script: cabal test --show-details=always script:
- cabal configure --enable-tests
- cabal build
- cabal test --show-details=always

0 comments on commit 75cf36a

Please sign in to comment.