We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ae5e9 commit a867271Copy full SHA for a867271
1 file changed
.travis.yml
@@ -16,6 +16,10 @@ matrix:
16
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3], sources: [hvr-ghc]}}
17
- env: CABALVER=1.24 GHCVER=8.0.2
18
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
19
+ - env: CABALVER=1.24 CABALUPGR=1.24.* GHCVER=8.2.2
20
+ addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.2], sources: [hvr-ghc]}}
21
+ - env: CABALVER=1.24 CABALUPGR=1.24.* GHCVER=8.4.3
22
+ addons: {apt: {packages: [cabal-install-1.24,ghc-8.4.3], sources: [hvr-ghc]}}
23
- env: CABALVER=head GHCVER=head
24
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}
25
0 commit comments