Skip to content

Commit

Permalink
Update travis.yml to use ghc 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Nov 9, 2017
1 parent a3bed2e commit 38f45b5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -3,21 +3,13 @@
# See http://www.reddit.com/r/haskell/comments/1os3f6/how_to_use_travisci_with_multiple_ghc_versions/

env:
# - GHCVER=6.12.3
# - GHCVER=7.0.1
# - GHCVER=7.0.2
# - GHCVER=7.0.3
# - GHCVER=7.0.4
# - GHCVER=7.2.1
# - GHCVER=7.2.2
# - GHCVER=7.4.1
# - GHCVER=7.4.2
# - GHCVER=7.6.1
# - GHCVER=7.6.2
- GHCVER=7.6.3
- GHCVER=7.8.4
- GHCVER=7.10.3
- GHCVER=8.0.1
- GHCVER=8.2.1

matrix:
allow_failures:

0 comments on commit 38f45b5

Please sign in to comment.