Skip to content

Commit 919b948

Browse files
committed
Merge pull request elm#1056 from elm-lang/dev
Stop running tests with GHC 7.6 and 7.8 since they will stop working with OSX
2 parents 698aabe + 9116156 commit 919b948

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# NB: don't set `language: haskell` here
44

5-
# The following enables several GHC versions to be tested; often it's enough to test only against the last release in a major GHC version. Feel free to omit lines listings versions you don't need/want testing for.
5+
# The following enables several GHC versions to be tested; often it's enough
6+
# to test only against the last release in a major GHC version. Feel free to
7+
# omit lines listings versions you don't need/want testing for.
68
env:
7-
- CABALVER=1.18 GHCVER=7.6.3
8-
- CABALVER=1.18 GHCVER=7.8.3
99
- CABALVER=1.22 GHCVER=7.10.1
1010

1111

0 commit comments

Comments
 (0)