From f97b2e4bf4998badc2c60e8ccea9972a60d1fec0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 9 Apr 2014 10:43:06 -0700 Subject: Fixed $CABAL in travis script. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3