Skip to content

Commit 25c3fee

Browse files
committed
Merge pull request #132 from treeowl/travis-update
Update .travis.yml per hvr's advice
2 parents 5f519e6 + d1c257a commit 25c3fee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ env:
77
# no package for earlier cabal versions in the PPA
88
- GHCVER=7.4.2 CABALVER=1.16
99
- GHCVER=7.6.3 CABALVER=1.16
10-
- GHCVER=7.8.2 CABALVER=1.18
11-
- GHCVER=head CABALVER=1.20
10+
- GHCVER=7.8.4 CABALVER=1.18
11+
- GHCVER=7.10.1 CABALVER=1.22
12+
- GHCVER=head CABALVER=head
1213

1314
matrix:
1415
allow_failures:
15-
- env: GHCVER=head CABALVER=1.20
16+
- env: GHCVER=head CABALVER=head
1617

1718
# Note: the distinction between `before_install` and `install` is not
1819
# important.

0 commit comments

Comments
 (0)