Skip to content

Commit

Permalink
Allow some travis failures #8
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Jul 26, 2017
1 parent c5bd240 commit 7ddaea6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
language: haskell
dist: trusty
ghc:
- 7.0
- 7.4
- 7.6
- 7.8
- 8.0
script:
- cabal configure && cabal build
# See https://github.com/mgsloan/th-reify-many/issues/8
allow-failures:
- ghc: 7.0
- ghc: 7.4
- ghc: 7.6

0 comments on commit 7ddaea6

Please sign in to comment.