Commit 715c961d authored by Andrew Gibiansky's avatar Andrew Gibiansky

Fix travis

parent beb3ddf1
...@@ -40,6 +40,10 @@ script: ...@@ -40,6 +40,10 @@ script:
if [ ${GHCVER%.*} = "7.8" ] || [ ${GHCVER%.*} = "7.10" ]; then if [ ${GHCVER%.*} = "7.8" ] || [ ${GHCVER%.*} = "7.10" ]; then
travis_retry ./build.sh display; travis_retry ./build.sh display;
fi fi
# Build and run the test suite
- travis_retry ghc --make Hspec.hs
- ./Hspec
- cabal sdist - cabal sdist
# The following scriptlet checks that the resulting source distribution can be built & installed # The following scriptlet checks that the resulting source distribution can be built & installed
...@@ -51,6 +55,3 @@ script: ...@@ -51,6 +55,3 @@ script:
echo "expected '$SRC_TGZ' not found"; echo "expected '$SRC_TGZ' not found";
exit 1; exit 1;
fi fi
# Build and run the test suite
- travis_retry ghc --make Hspec.hs
- ./Hspec
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment