Skip to content

Commit

Permalink
Install happy for style builds.
Browse files Browse the repository at this point in the history
Motivated from this build failure on HEAD:

  * https://travis-ci.org/commercialhaskell/stack/jobs/266365181

Related to #3178.

This fix is based on a comments from:

  * #3178 (comment)
  * #3151 (comment)
  • Loading branch information
decentral1se authored and mgsloan committed Aug 20, 2017
1 parent 45076f7 commit 8122230
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ install:
set -ex
case "$BUILD" in
style)
# This should be resolved (and removed) by Stack 1.6
# Follows from https://github.com/commercialhaskell/stack/issues/3178
stack --system-ghc --no-terminal install happy
stack --system-ghc --no-terminal install hlint
;;
stack)
Expand Down

0 comments on commit 8122230

Please sign in to comment.