Skip to content

Commit a4e9edd

Browse files
thomiehvr
authored andcommitted
Travis config: fix allow failure with GHC HEAD
Broken in commit e22b619.
1 parent db57498 commit a4e9edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
matrix:
1616
allow_failures:
17-
- env: GHCVER=head CABALVER=head
17+
- env: GHCVER=head CABALVER=head TESTS=""
1818

1919
before_install:
2020
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc

0 commit comments

Comments
 (0)