diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-10-23 21:51:07 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-10-23 21:51:07 +0200 |
commit | 95d3966601e7fe74f7e6dc29ceec73cf60dc89fc (patch) | |
tree | bde20fb05ef3a0b039572985ee3445507a5b43b9 | |
parent | 96fa1daa6ed40a547f1ab36e4a3d32f97291e3c3 (diff) | |
download | pandoc-95d3966601e7fe74f7e6dc29ceec73cf60dc89fc.tar.gz |
Travis: add to end of path to avoid a warning.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" ] |