aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-04-09 10:43:06 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-04-09 10:43:06 -0700
commitf97b2e4bf4998badc2c60e8ccea9972a60d1fec0 (patch)
tree5b814a9e7180c163c7bf816cdfe42da515444666
parentfca601d5f1b223abbc98f0864ed507ba07a2a7a1 (diff)
downloadpandoc-f97b2e4bf4998badc2c60e8ccea9972a60d1fec0.tar.gz
Fixed $CABAL in travis script.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b7a2f0287..30b217b40 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ before_install:
- travis_retry sudo apt-get update
- travis_retry sudo apt-get install cabal-install-1.18 ghc-$GHCVER happy
- export PATH=/opt/ghc/$GHCVER/bin:$PATH
- - git clone https://github.com/jgm/pandoc-types && cd pandoc-types && cabal install && cd ..
+ - git clone https://github.com/jgm/pandoc-types && cd pandoc-types && $CABAL install && cd ..
- |
if [ $GHCVER = "head" ] || [ $GHCVER = "7.8.1" ]; then
$CABAL install happy alex