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