Skip to content
Snippets Groups Projects
Commit 5dd47a6d authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

fixup Travis CI job

parent a03d30de
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ script:
- autoreconf -i
- cabal configure -v2
- cabal build
- cabal check
- cabal check || [ "$CABALVER" == "1.16" ]
- cabal sdist
- export SRC_TGZ=$(cabal info . | awk '{print $2 ".tar.gz";exit}') ;
cd dist/;
......@@ -37,4 +37,4 @@ script:
else
echo "expected '$SRC_TGZ' not found";
exit 1;
fi
\ No newline at end of file
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