aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-10-23 21:51:07 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-10-23 21:51:07 +0200
commit95d3966601e7fe74f7e6dc29ceec73cf60dc89fc (patch)
treebde20fb05ef3a0b039572985ee3445507a5b43b9 /.travis.yml
parent96fa1daa6ed40a547f1ab36e4a3d32f97291e3c3 (diff)
downloadpandoc-95d3966601e7fe74f7e6dc29ceec73cf60dc89fc.tar.gz
Travis: add to end of path to avoid a warning.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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" ]