We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7028a6 commit 5eea808Copy full SHA for 5eea808
.travis.yml
@@ -89,6 +89,7 @@ script:
89
- cabal configure --enable-tests --enable-benchmarks -v2 # -v2 provides useful information for debugging
90
- cabal build # this builds all libraries and executables (including tests/benchmarks)
91
- cabal test
92
+ - cabal check
93
- cabal sdist # tests that a source-distribution can be generated
94
95
# Check that the resulting source distribution can be built & installed.
0 commit comments