Fix travis
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user