Skip to content

Commit 10d3677

Browse files
committed
Travis: Fully enable GHC 8.6
1 parent 78400ed commit 10d3677

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# runghc make_travis_yml_2.hs '-o' '.travis.yml' '--ghc-head' '--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-bench' '--no-unconstrained' '--env=7.6.3:HADDOCK=false' '--env=7.8.4:NOINSTALLEDCONSTRAINTS=true' 'cabal.project'
44
#
5-
# For more information, see https://github.com/hvr/multi-ghc-travis
5+
# For more information, see https://github.com/haskell-CI/haskell-ci
66
#
77
language: c
88
sudo: false
@@ -37,7 +37,7 @@ before_cache:
3737
matrix:
3838
include:
3939
- compiler: "ghc-8.6.1"
40-
env: GHCHEAD=true
40+
# env: TEST=--disable-tests BENCH=--disable-benchmarks
4141
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.6.1], sources: [hvr-ghc]}}
4242
- compiler: "ghc-8.4.3"
4343
# env: TEST=--disable-tests BENCH=--disable-benchmarks
@@ -72,7 +72,6 @@ matrix:
7272

7373
allow_failures:
7474
- compiler: "ghc-head"
75-
- compiler: "ghc-8.6.1"
7675

7776
before_install:
7877
- HC=${CC}

0 commit comments

Comments
 (0)