Skip to content

Commit

Permalink
Fix: run actual HUnit tests in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nponeccop committed Mar 20, 2017
1 parent 52d7d53 commit ee0e097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -66,6 +66,7 @@ script:
- cabal configure --enable-tests -v1 # -v2 provides useful information for debugging
- cabal test
- cabal build # this builds all libraries and executables (including tests/benchmarks)
- ./dist/build/spl-test-hunit-exe/spl-test-hunit-exe
- cabal check
- cabal sdist # tests that a source-distribution can be generated

Expand Down

0 comments on commit ee0e097

Please sign in to comment.