We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf37e8c commit be82ee5Copy full SHA for be82ee5
.travis.yml
@@ -8,8 +8,10 @@ matrix:
8
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.1],sources: [hvr-ghc]}}
9
- env: CABALVER=1.24 GHCVER=8.0.1
10
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]}}
13
allow_failures:
- - env: CABALVER=1.24 GHCVER=8.0.1
14
15
16
before_install:
17
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
0 commit comments