Skip to content

Commit

Permalink
allow failure on older GHCs
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed May 15, 2015
1 parent d1de8a2 commit 3129587
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,9 @@ env:

matrix:
allow_failures:
- env: GHCVER=7.0.1 CABALVER=1.16
- env: GHCVER=7.0.4 CABALVER=1.16
- env: GHCVER=7.2.2 CABALVER=1.16
- env: GHCVER=head CABALVER=1.22

# Note: the distinction between `before_install` and `install` is not
Expand Down

0 comments on commit 3129587

Please sign in to comment.