Travis: add to end of path to avoid a warning.

This commit is contained in:
John MacFarlane
2016-10-23 21:51:07 +02:00
parent 96fa1daa6e
commit 95d3966601
+1 -1
View File
@@ -77,7 +77,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/$CABALVER/bin:$HOME/.local/bin:$PATH
- export PATH=$PATH:/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$HOME/.local/bin
- mkdir -p ~/.local/bin
- |
if [ `uname` = "Darwin" ]