Skip to content

Commit c484a15

Browse files
author
Alexander Korotkov
committed
Remove useless lines from travis-ci script.
1 parent 10dd778 commit c484a15

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

travis/pg-travis-test.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ else
9393
sudo make install USE_PGXS=1 PG_CONFIG=$config_path
9494
fi
9595

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

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

0 commit comments

Comments
 (0)