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