Skip to content

Commit

Permalink
Travis-CI: Add GHC 8.2.2, 8.4.1 and cabal-install 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spl committed Jan 19, 2018
1 parent 53ffab4 commit 706a441
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ env:
- GHCVER=7.8.4 CABALVER=1.18
- GHCVER=7.10.3 CABALVER=1.22
- GHCVER=8.0.2 CABALVER=1.24
- GHCVER=8.2.2 CABALVER=2.0
- GHCVER=8.4.1 CABALVER=2.0
- GHCVER=head CABALVER=head

matrix:
allow_failures:
# The text here should match the last line above exactly.
# The text here should match the last line(s) above exactly.
- env: GHCVER=8.4.1 CABALVER=2.0
- env: GHCVER=head CABALVER=head

before_install:
Expand Down

0 comments on commit 706a441

Please sign in to comment.