Skip to content

Commit d96d140

Browse files
committed
tweak the ghc travis matrix
1 parent f503411 commit d96d140

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ before_cache:
2929
matrix:
3030
include:
3131
- compiler: "ghc-8.6.2"
32-
env: GHCHEAD=true TESTTARGETS="vector:vector-tests-O0" # https://ghc.haskell.org/trac/ghc/ticket/13535
32+
env: TESTTARGETS="vector:vector-tests-O0" # https://ghc.haskell.org/trac/ghc/ticket/13535
3333
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.6.1], sources: [hvr-ghc]}}
3434
- compiler: "ghc-8.4.3"
3535
env: TESTTARGETS="vector:vector-tests-O0" # https://ghc.haskell.org/trac/ghc/ticket/13535
@@ -58,7 +58,6 @@ matrix:
5858

5959
allow_failures:
6060
- compiler: "ghc-head"
61-
- compiler: "ghc-8.6.1"
6261

6362
before_install:
6463
- HC=${CC}

0 commit comments

Comments
 (0)