Skip to content

Commit

Permalink
more ghc & llvm version tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiehl committed Jan 31, 2016
1 parent 59cff8a commit 8e45a6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 5,15 @@
# need/want testing for.
env:
- CABALVER=1.18 GHCVER=7.6.3 LLVMVER=3.5
- CABALVER=1.18 GHCVER=7.6.3 LLVMVER=3.6
- CABALVER=1.18 GHCVER=7.8.4 LLVMVER=3.5
- CABALVER=1.18 GHCVER=7.8.4 LLVMVER=3.6
- CABALVER=1.22 GHCVER=7.10.1 LLVMVER=3.5
- CABALVER=1.22 GHCVER=7.10.1 LLVMVER=3.6
- CABALVER=1.22 GHCVER=7.10.2 LLVMVER=3.5
- CABALVER=1.22 GHCVER=7.10.2 LLVMVER=3.6
- CABALVER=1.22 GHCVER=7.10.3 LLVMVER=3.5
- CABALVER=1.22 GHCVER=7.10.3 LLVMVER=3.6
# - CABALVER=head GHCVER=head # see section about GHC HEAD snapshots

# Note: the distinction between `before_install` and `install` is not important.
Expand Down

0 comments on commit 8e45a6f

Please sign in to comment.