Skip to content

Commit f692336

Browse files
committed
Enable tests now that they should be fixed.
1 parent ef1215b commit f692336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ script:
8484
- if [ -f configure.ac ]; then autoreconf -i; fi
8585
- cabal configure --enable-tests --enable-benchmarks -v2 # -v2 provides useful information for debugging
8686
- cabal build # this builds all libraries and executables (including tests/benchmarks)
87-
# - cabal test
87+
- cabal test
8888
# - cabal check
8989
- cabal sdist # tests that a source-distribution can be generated
9090

0 commit comments

Comments
 (0)