aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-08 16:34:28 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-08 16:34:28 -0800
commitbd1713a21b7ea8fc3e6020d4289ff2d6c4b6f5f9 (patch)
tree7f6f9f5690ffccc5aadb42d297c5a1193d7b8adc
parent67b6abc8065a290517ff1486d09b4e57fce19733 (diff)
downloadpandoc-bd1713a21b7ea8fc3e6020d4289ff2d6c4b6f5f9.tar.gz
Travis: fix path to ensure that installed ghc is first in path.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d3b46dd94..75366b9c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -87,7 +87,7 @@ matrix:
before_install:
# Using compiler above sets CC to an invalid value, so unset it
- unset CC
-- export PATH=$PATH:/opt/happy/1.19.5/bin/:/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$HOME/.local/bin:$HOME/.cabal/bin
+- export PATH=/opt/happy/1.19.5/bin/:/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$HOME/.local/bin:$HOME/.cabal/bin:$PATH
# Download and unpack the stack executable
- |
if [[ $BUILD == "stack" ]]; then