We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b52dc4 commit b941f83Copy full SHA for b941f83
.travis.yml
@@ -39,9 +39,7 @@ matrix:
39
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.2.2","cabal-install-2.4"]}}
40
- compiler: ghc-8.0.2
41
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.0.2","cabal-install-2.4"]}}
42
- allow_failures:
43
- - compiler: "ghcjs-8.4" # This hits the travis 50min time limit and fails
44
-
+
45
before_install:
46
- |
47
if [ "$TRAVIS_OS_NAME" = "linux" ] && [ ! -z "$GHCJS_PACKAGE" ]; then
0 commit comments