Fix travis
This commit is contained in:
parent
e900b690e7
commit
6839715e96
@ -42,6 +42,9 @@ script:
|
|||||||
cd dist/;
|
cd dist/;
|
||||||
cabal sandbox init;
|
cabal sandbox init;
|
||||||
if [ -f "$SRC_TGZ" ]; then
|
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;
|
cabal install "$SRC_TGZ" --enable-tests;
|
||||||
else
|
else
|
||||||
echo "expected '$SRC_TGZ' not found";
|
echo "expected '$SRC_TGZ' not found";
|
||||||
|
Loading…
Reference in New Issue
Block a user