Skip to content

Commit

Permalink
GHC head is now failable.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Jul 19, 2016
1 parent 336e3d4 commit f012f4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,11 @@ env:
- CABALVER=1.24 GHCVER=8.0.1
- CABALVER=head GHCVER=head # see section about GHC HEAD snapshots

matrix:
allow_failures:
# GHC head cannot not compile QuickCheck at this moment.
- env: CABALVER=head GHCVER=head

# Note: the distinction between `before_install` and `install` is not important.
before_install:
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
Expand Down

0 comments on commit f012f4b

Please sign in to comment.