Skip to content

Commit d65a03b

Browse files
committed
Do not run tests when lazperf is disabled
1 parent efeef70 commit d65a03b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ addons:
2525

2626
script:
2727
- eclint check * */* */cunit/*
28-
- ./tools/build-install.sh && make check && ./tools/valgrind.sh
29-
- make installcheck || { cat pgsql/regression.diffs && false; }
28+
- ./tools/build-install.sh # test compilation without lazperf
3029
- ./tools/build-install.sh --with-lazperf=/usr/local && make check && ./tools/valgrind.sh
3130
- make installcheck || { cat pgsql/regression.diffs && false; }
3231
- (cd tools/benchmark_compression && sh compression_benchmark.sh)

0 commit comments

Comments
 (0)