Skip to content

Commit be82ee5

Browse files
committed
Updates for CI.
1 parent cf37e8c commit be82ee5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ matrix:
88
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.1],sources: [hvr-ghc]}}
99
- env: CABALVER=1.24 GHCVER=8.0.1
1010
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1], sources: [hvr-ghc]}}
11+
- env: CABALVER=head GHCVER=head
12+
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}
1113
allow_failures:
12-
- env: CABALVER=1.24 GHCVER=8.0.1
14+
- env: CABALVER=head GHCVER=head
1315

1416
before_install:
1517
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH

0 commit comments

Comments
 (0)