summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-12-24 14:40:53 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-12-24 14:41:13 -0700
commit8f09a2b0107069bc3301d91d642bde858031149e (patch)
treee8b900ebed5b4a35396a353417515009e93eac20
parent0159956f7fc008ecc28632920e700878aa3f5996 (diff)
Travis: add path to happy to path.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 29bdd5655..7ba0533ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -82,7 +82,7 @@ before_install:
- if [ "x$GHCVER" = "xhead" ]; then CABALARGS=--allow-newer; fi
# Download and unpack the stack executable
-- export PATH=$PATH:/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$HOME/.local/bin
+- export PATH=$PATH:/opt/happy/1.19.5/bin/:/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$HOME/.local/bin
- mkdir -p ~/.local/bin
- |
if [ `uname` = "Darwin" ]