Skip to content

Commit

Permalink
Build ghcjs with cabal-2.4 in travis ci.
Browse files Browse the repository at this point in the history
Closes #341
  • Loading branch information
pranaysashank committed Dec 23, 2019
1 parent 493f497 commit 7032579
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ matrix:
- sourceline: 'ppa:hvr/ghcjs'
- sourceline: 'deb https://deb.nodesource.com/node_11.x xenial main'
key_url: 'https://deb.nodesource.com/gpgkey/nodesource.gpg.key'
packages: [cabal-install-head,ghcjs-8.4]
packages: [cabal-install-2.4,ghcjs-8.4]

# --------------------------------------------------------------------------
# (Linux) stack builds (BUILD=stack). Some common envvars for stack builds
Expand Down Expand Up @@ -200,7 +200,6 @@ matrix:
- env: BUILD=cabal-v2 GHCVER=head GHC_OPTIONS=""
- env: BUILD=stack RESOLVER=nightly DISABLE_SDIST_BUILD=y DISABLE_DIST_CHECKS=y
- env: BUILD=stack RESOLVER=lts-13 HLINT_COMMANDS="hlint lint ."
- env: BUILD=cabal-v2 ENABLE_GHCJS=y ENABLE_INSTALL= DISABLE_DOCS=y DISABLE_SDIST_BUILD=y

# ------------------------------------------------------------------------
# Settings beyond this point are advanced and normally not tweaked
Expand Down

0 comments on commit 7032579

Please sign in to comment.