Skip to content

Commit

Permalink
Allow failures of GHC 8.6.1 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Aug 12, 2018
1 parent 79e859a commit 05c4c28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ env:
- ghc=8.4.2 cabal=2.4 benchmarks=1 tests=1
- ghc=8.6.1 cabal=2.4

matrix:
allow_failures:
- env: ghc=8.6.1 cabal=2.4

install:
# Set up the Shell to treat the semicolon as &&
- set -o pipefail && set -e
Expand Down

0 comments on commit 05c4c28

Please sign in to comment.