Skip to content

Commit

Permalink
Travis: Legacy cabal path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Mar 16, 2018
1 parent f30a914 commit 52b9b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -57,7 +57,7 @@ before_install:
- if [ "x$GHCVER" = "xhead" ]; then CABALARGS=--allow-newer; fi

# Download and unpack the stack executable
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/bin:$HOME/.local/bin:$PATH
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/bin:/opt/cabal/$CABALVER/bin:$HOME/.local/bin:$PATH
- mkdir -p ~/.local/bin
- |
if [ `uname` = "Darwin" ]
Expand Down

0 comments on commit 52b9b49

Please sign in to comment.