Add test suite to travis

This commit is contained in:
Andrew Gibiansky 2015-03-05 13:50:58 -08:00
parent 0808d7ca0c
commit 02505759c2

View File

@ -51,3 +51,6 @@ script:
echo "expected '$SRC_TGZ' not found";
exit 1;
fi
# Build and run the test suite
- travis_retry ghc --make Hspec.hs
- ./Hspec