Skip to content
Snippets Groups Projects
Commit 351a78c9 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

travis.yml: also test on GHC 7.10.

parent bfeb01f2
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ env:
- GHCVER=7.4.2
- GHCVER=7.6.3
- GHCVER=7.8.3
- GHCVER=7.10.1
- GHCVER=head
# Note: the distinction between `before_install` and `install` is not important.
......@@ -67,4 +68,5 @@ script:
matrix:
allow_failures:
- env: GHCVER=7.10.1
- env: GHCVER=head
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment