Skip to content

Commit ef79eda

Browse files
committed
Run build-install script only one time in travis
1 parent a1f94c1 commit ef79eda

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,7 +25,6 @@ addons:
2525

2626
script:
2727
- 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
28+
- ./tools/build-install.sh --with-lazperf=/usr/local && make check && ./tools/valgrind.sh
3029
- make installcheck || { cat pgsql/regression.diffs && false; }
3130
- (cd tools/benchmark_compression && sh compression_benchmark.sh)

0 commit comments

Comments
 (0)