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 a5faefc commit dd00f1aCopy full SHA for dd00f1a
.travis.yml
@@ -84,7 +84,7 @@ script:
84
- if [ -f configure.ac ]; then autoreconf -i; fi
85
- cabal configure --enable-tests --enable-benchmarks -v2 # -v2 provides useful information for debugging
86
- cabal build # this builds all libraries and executables (including tests/benchmarks)
87
- - cabal test
+# - cabal test
88
- cabal check
89
- cabal sdist # tests that a source-distribution can be generated
90
0 commit comments