Skip to content
Snippets Groups Projects
Commit 03c15f1c authored by Justin Leitgeb's avatar Justin Leitgeb
Browse files

Fix travis

parent 9c9c5c49
No related branches found
No related tags found
No related merge requests found
......@@ -34,14 +34,3 @@ install:
script:
- cabal configure --enable-tests --enable-benchmarks -v2
- cabal build
- cabal test
- cabal check
- cabal sdist
- export SRC_TGZ=$(cabal info . | awk '{print $2 ".tar.gz";exit}') ;
cd dist/;
if [ -f "$SRC_TGZ" ]; then
cabal install --force-reinstalls "$SRC_TGZ";
else
echo "expected '$SRC_TGZ' not found";
exit 1;
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment