Fixed cabal path in travis config.
This commit is contained in:
parent
a67b221d4d
commit
a9eb0caabb
1 changed files with 1 additions and 1 deletions
|
@ -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 ..
|
||||
|
|
Loading…
Add table
Reference in a new issue