diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-05-30 14:29:51 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-05-30 14:30:55 -0700 |
commit | f4b71d94f7ddf6d98e4e5f0b3e44051a9d972693 (patch) | |
tree | ac18640ef057c9d08cf6320ecd1323117b0fa05c | |
parent | 5a0e21b9928e0b08072d58484891cfa2573452c6 (diff) | |
download | pandoc-f4b71d94f7ddf6d98e4e5f0b3e44051a9d972693.tar.gz |
Travis: Added /opt/cabal/bin to path.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d6db720e4..9291f8bc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,7 +91,7 @@ matrix: before_install: # Using compiler above sets CC to an invalid value, so unset it - unset CC -- export PATH=/opt/happy/1.19.5/bin/:/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$HOME/.local/bin:$HOME/.cabal/bin:$PATH +- export PATH=/opt/happy/1.19.5/bin/:/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:/opt/cabal/bin:$HOME/.local/bin:$HOME/.cabal/bin:$PATH # Download and unpack the stack executable - | if [[ $BUILD == "stack" ]]; then |