run the tests, travis!

This commit is contained in:
Sandy Maguire 2019-04-10 14:59:08 -04:00
parent 3f8489e28a
commit fbbed8d2c6

View File

@ -36,6 +36,7 @@ script:
- |
set -ex
$STACK --no-terminal build --ghc-options="$GHC_OPTIONS"
$STACK test --ghc-options="$GHC_OPTIONS"
set +ex
after_success: