Skip to content

Commit

Permalink
Add ghc-8.2 travis test also
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Aug 15, 2017
1 parent b664f30 commit 25324c7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,49 +7,49 @@ cache:
- "$HOME/.stack"
matrix:
include:
- env: BUILD=cabal GHCVER=7.8.4 CABALVER=1.18 HAPPYVER=1.19.5 ALEXVER=3.1.7 RUN_TESTS=
compiler: ": #GHC 7.8.4"
- env: BUILD=cabal GHCVER=7.10.3 CABALVER=1.22 HAPPYVER=1.19.5 ALEXVER=3.1.7 RUN_TESTS=--run-tests
compiler: ": #GHC 7.10.3"
addons:
apt:
packages:
- cabal-install-1.18
- ghc-7.8.4
- cabal-install-1.22
- ghc-7.10.3
- happy-1.19.5
- alex-3.1.7
- libasound2
- libasound2-dev
- c2hs
sources:
- hvr-ghc
- env: BUILD=cabal GHCVER=7.10.3 CABALVER=1.22 HAPPYVER=1.19.5 ALEXVER=3.1.7 RUN_TESTS=--run-tests
compiler: ": #GHC 7.10.3"
- env: BUILD=cabal GHCVER=8.0.2 CABALVER=1.24 HAPPYVER=1.19.5 ALEXVER=3.1.7 RUN_TESTS=--run-tests
compiler: ": #GHC 8.0.2"
addons:
apt:
packages:
- cabal-install-1.22
- ghc-7.10.3
- cabal-install-1.24
- ghc-8.0.2
- happy-1.19.5
- alex-3.1.7
- libasound2
- libasound2-dev
- c2hs
sources:
- hvr-ghc
- env: BUILD=cabal GHCVER=8.0.2 CABALVER=1.24 HAPPYVER=1.19.5 ALEXVER=3.1.7 RUN_TESTS=--run-tests
compiler: ": #GHC 8.0.2"
- env: BUILD=cabal GHCVER=8.2.1 RUN_TESTS=--run-tests
compiler: ": #GHC 8.2.1"
addons:
apt:
packages:
- cabal-install-1.24
- ghc-8.0.2
- cabal-install-2.0
- ghc-8.2.1
- happy-1.19.5
- alex-3.1.7
- libasound2
- libasound2-dev
- c2hs
sources:
- hvr-ghc
- env: BUILD=stack ARGS="--resolver lts-8.20"
- env: BUILD=stack ARGS="--resolver lts-9.0"
compiler: ": #stack 8.0.2"
addons:
apt:
Expand Down

0 comments on commit 25324c7

Please sign in to comment.