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 1da75f0 commit c6c8711Copy full SHA for c6c8711
.travis.yml
@@ -82,7 +82,7 @@ install:
82
# any command which exits with a non-zero exit code causes the build to fail.
83
script:
84
- if [ -f configure.ac ]; then autoreconf -i; fi
85
- - cabal configure --enable-tests --enable-benchmarks -v2 # -v2 provides useful information for debugging
+ - 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
88
# - cabal check
0 commit comments