Skip to content

Commit

Permalink
fix: error on Travis build head (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorsol authored and vlsi committed May 10, 2018
1 parent 6ce9172 commit 354d285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/travis_install_head_postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
set -x -e

sudo service postgresql stop
sudo apt-get update -qq
sudo apt-get remove postgresql libpq-dev libpq5 postgresql-client-common postgresql-common -qq --purge
sudo apt-get -y install libxml2
sudo apt-get -y install gdb
sudo apt-get -y install libxml2 gdb

if [[ -z ${POSTGRES_SOURCE_SHA} ]]
then
Expand Down

0 comments on commit 354d285

Please sign in to comment.