Fix travis

This commit is contained in:
Julian Ospald 2016-05-30 13:56:02 +02:00
parent e900b690e7
commit 6839715e96
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ script:
cd dist/;
cabal sandbox init;
if [ -f "$SRC_TGZ" ]; then
cabal install alex happy;
export PATH="$(pwd)/.cabal-sandbox/bin:$PATH";
cabal install gtk2hs-buildtools;
cabal install "$SRC_TGZ" --enable-tests;
else
echo "expected '$SRC_TGZ' not found";