Skip to content

Commit b941f83

Browse files
Update .travis.yml
Re-enable ghcjs in Travis (now that time limit is 90 minutes)
1 parent 0b52dc4 commit b941f83

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ matrix:
3939
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.2.2","cabal-install-2.4"]}}
4040
- compiler: ghc-8.0.2
4141
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-
42+
4543
before_install:
4644
- |
4745
if [ "$TRAVIS_OS_NAME" = "linux" ] && [ ! -z "$GHCJS_PACKAGE" ]; then

0 commit comments

Comments
 (0)