Skip to content

Commit 780ade6

Browse files
author
Alexander Korotkov
committed
Remove useless lines from travis-ci script.
1 parent 8ee9409 commit 780ade6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

travis/pg-travis-test.sh

-4
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ else
9494
sudo make install USE_PGXS=1 PG_CONFIG=$config_path
9595
fi
9696

97-
# check build
98-
status=$?
99-
if [ $status -ne 0 ]; then exit $status; fi
100-
10197
echo -en 'travis_fold:end:build_extension\\r'
10298

10399
echo -en 'travis_fold:start:run_tests\\r' && echo 'Run tests'

0 commit comments

Comments
 (0)