We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f94c1 commit ef79edaCopy full SHA for ef79eda
1 file changed
.travis.yml
@@ -25,7 +25,6 @@ addons:
25
26
script:
27
- eclint check * */* */cunit/*
28
- - ./tools/build-install.sh --with-lazperf=/usr/local && make check
29
- - ./tools/build-install.sh --with-lazperf=/usr/local && ./tools/valgrind.sh
+ - ./tools/build-install.sh --with-lazperf=/usr/local && make check && ./tools/valgrind.sh
30
- make installcheck || { cat pgsql/regression.diffs && false; }
31
- (cd tools/benchmark_compression && sh compression_benchmark.sh)
0 commit comments