Skip to content

Commit acf29d2

Browse files
authored
Merge branch 'master' into add-changelog
2 parents dc788c7 + 829aa55 commit acf29d2

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.travis.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ matrix:
2727
include:
2828
# We grab the appropriate GHC and cabal-install versions from hvr's PPA. See:
2929
# https://github.com/hvr/multi-ghc-travis
30-
- env: BUILD=cabal GHCVER=7.6.3 CABALVER=1.16
31-
compiler: ": #GHC 7.6.3"
32-
addons: {apt: {packages: [cabal-install-1.16,ghc-7.6.3], sources: [hvr-ghc]}}
33-
- env: BUILD=cabal GHCVER=7.8.4 CABALVER=1.18
34-
compiler: ": #GHC 7.8.4"
35-
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.4], sources: [hvr-ghc]}}
36-
- env: BUILD=cabal GHCVER=7.10.3 CABALVER=1.22
37-
compiler: ": #GHC 7.10.3"
38-
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3], sources: [hvr-ghc]}}
30+
- env: BUILD=cabal GHCVER=8.2.2 CABALVER=2.4
31+
compiler: ": #GHC 8.2.2"
32+
addons: {apt: {packages: [cabal-install-2.4,ghc-8.2.2], sources: [hvr-ghc]}}
33+
- env: BUILD=cabal GHCVER=8.4.4 CABALVER=2.4
34+
compiler: ": #GHC 8.4.4"
35+
addons: {apt: {packages: [cabal-install-2.4,ghc-8.4.4], sources: [hvr-ghc]}}
36+
- env: BUILD=cabal GHCVER=8.6.5 CABALVER=2.4
37+
compiler: ": #GHC 8.6.5"
38+
addons: {apt: {packages: [cabal-install-2.4,ghc-8.6.5], sources: [hvr-ghc]}}
3939

4040
# Build with the newest GHC and cabal-install. This is an accepted failure,
4141
# see below.
@@ -45,18 +45,18 @@ matrix:
4545

4646
# The Stack builds. We can pass in arbitrary Stack arguments via the ARGS
4747
# variable, such as using --stack-yaml to point to a different file.
48-
- env: BUILD=stack ARGS="--resolver lts-5"
49-
compiler: ": #stack 7.10.3"
50-
addons: {apt: {packages: [ghc-7.10.3], sources: [hvr-ghc]}}
48+
- env: BUILD=stack ARGS="--resolver lts-14.14"
49+
compiler: ": #stack 8.6.5"
50+
addons: {apt: {packages: [ghc-8.6.5], sources: [hvr-ghc]}}
5151

5252
# Nightly builds are allowed to fail
5353
- env: BUILD=stack ARGS="--resolver nightly"
5454
compiler: ": #stack nightly"
5555
addons: {apt: {packages: [libgmp-dev]}}
5656

5757
# Build on OS X in addition to Linux
58-
- env: BUILD=stack ARGS="--resolver lts-5"
59-
compiler: ": #stack 7.10.3 osx"
58+
- env: BUILD=stack ARGS="--resolver lts-14.14"
59+
compiler: ": #stack 8.6.5 osx"
6060
os: osx
6161

6262
- env: BUILD=stack ARGS="--resolver nightly"

0 commit comments

Comments
 (0)