Skip to content

Commit

Permalink
travis: only build with ghc 7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alpmestan committed Feb 25, 2015
1 parent 04d6e07 commit ae7cb96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ language: haskell

script:
- cabal install --only-dependencies && cabal configure && cabal build


ghc:
- 7.8

notifications:
email:
- [email protected]
Expand Down

0 comments on commit ae7cb96

Please sign in to comment.