Fixed cabal path in travis config.

This commit is contained in:
John MacFarlane 2014-04-09 17:33:51 -07:00
parent a67b221d4d
commit a9eb0caabb

View file

@ -19,7 +19,7 @@ install:
- cabal-1.18 update
- |
if [ $GHCVER = "head" ] || [ $GHCVER = "7.8.1" ]; then
$CABAL install happy alex
cabal-1.18 install happy alex
export PATH=$HOME/.cabal/bin:$PATH
fi
# - git clone https://github.com/jgm/pandoc-types && cd pandoc-types && cabal-1.18 install && cd ..