Skip to content

Commit

Permalink
Merge pull request #59 from dmjio/allow_failures
Browse files Browse the repository at this point in the history
Allow failures
  • Loading branch information
dmjio authored Feb 13, 2017
2 parents ffad9bd + 563ce9a commit 11d4710
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
language: nix

matrix:
fast_finish: true
include:
- env: GHCVER=ghc7102
- env: GHCVER=ghc7103
- env: GHCVER=ghc801
- env: GHCVER=ghc802
- env: GHCVER=ghc742
- env: GHCVER=ghc763
- env: GHCVER=ghc783
- env: GHCVER=ghc784
- env: GHCVER=ghcHEAD
allow_failures:
- env: GHCVER=ghc742
- env: GHCVER=ghc763
Expand Down

0 comments on commit 11d4710

Please sign in to comment.