Skip to content

Commit 5eea808

Browse files
committed
Re-enable cabal check on Travis
1 parent d7028a6 commit 5eea808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ script:
8989
- cabal configure --enable-tests --enable-benchmarks -v2 # -v2 provides useful information for debugging
9090
- cabal build # this builds all libraries and executables (including tests/benchmarks)
9191
- cabal test
92+
- cabal check
9293
- cabal sdist # tests that a source-distribution can be generated
9394

9495
# Check that the resulting source distribution can be built & installed.

0 commit comments

Comments
 (0)