From 95d3966601e7fe74f7e6dc29ceec73cf60dc89fc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 23 Oct 2016 21:51:07 +0200 Subject: Travis: add to end of path to avoid a warning. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 454d43e66..4c172feaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" ] -- cgit v1.2.3