Skip to content

Commit 13630ac

Browse files
committed
Make the Travis file not specify the point versions
1 parent 864bdf7 commit 13630ac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
sudo: required
22
env:
3-
- GHCVER=7.4.2
4-
- GHCVER=7.6.3
5-
- GHCVER=7.8.4
6-
- GHCVER=7.10.3
7-
- GHCVER=8.0.2
8-
- GHCVER=8.2.2
9-
- GHCVER=8.4.4
10-
- GHCVER=8.6.1
3+
- GHCVER=7.4
4+
- GHCVER=7.6
5+
- GHCVER=7.8
6+
- GHCVER=7.10
7+
- GHCVER=8.0
8+
- GHCVER=8.2
9+
- GHCVER=8.4
10+
- GHCVER=8.6
1111
- GHCVER=head
1212

1313
script:

0 commit comments

Comments
 (0)