Skip to content

Commit c6c8711

Browse files
committed
Missed a spot for disabling tests
1 parent 1da75f0 commit c6c8711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ install:
8282
# any command which exits with a non-zero exit code causes the build to fail.
8383
script:
8484
- if [ -f configure.ac ]; then autoreconf -i; fi
85-
- cabal configure --enable-tests --enable-benchmarks -v2 # -v2 provides useful information for debugging
85+
- cabal configure --enable-tests $TESTS --enable-benchmarks -v2 # -v2 provides useful information for debugging
8686
- cabal build # this builds all libraries and executables (including tests/benchmarks)
8787
- if [ "$TESTS" = '--disable-tests' ]; then cabal test; fi
8888
# - cabal check

0 commit comments

Comments
 (0)