Skip to content

Commit

Permalink
travis: fix ghc version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcdonell committed Apr 5, 2016
1 parent dd58752 commit 6eaa863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cache:

matrix:
include:
- env: GHC=7.10.4 LLVM=3.5 CABAL=1.22
- env: GHC=7.10.3 LLVM=3.5 CABAL=1.22
compiler: "GHC 7.10"
addons:
apt:
Expand All @@ -17,7 +17,7 @@ matrix:
- llvm-toolchain-precise-3.5
- ubuntu-toolchain-r-test
packages:
- ghc-7.10.4
- ghc-7.10.3
- cabal-install-1.22
- happy-1.19.5
- alex-3.1.4
Expand Down

0 comments on commit 6eaa863

Please sign in to comment.