Skip to content
Snippets Groups Projects
Commit 1fcaa07e authored by Ashley Yakeley's avatar Ashley Yakeley
Browse files

Travis: GHC 8.0.2 build

parent 6f105272
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,9 @@ matrix: ...@@ -21,6 +21,9 @@ matrix:
- env: CABALVER=1.24 GHCVER=8.0.1 - env: CABALVER=1.24 GHCVER=8.0.1
compiler: ": #GHC 8.0.1" compiler: ": #GHC 8.0.1"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1], sources: [hvr-ghc]}} addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1], sources: [hvr-ghc]}}
- env: CABALVER=1.24 GHCVER=8.0.2
compiler: ": #GHC 8.0.2"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
before_install: before_install:
- unset CC - unset CC
......
...@@ -20,6 +20,7 @@ Before release: ...@@ -20,6 +20,7 @@ Before release:
https://www.stackage.org/lts https://www.stackage.org/lts
stack.yaml stack.yaml
(not necessarily benchmark/stack.yaml) (not necessarily benchmark/stack.yaml)
.travis.yml
5. Build & test 5. Build & test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment