Skip to content

Commit

Permalink
Wait for postgres server to spin up
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and 3nids committed Aug 14, 2017
1 parent db8f3b6 commit c4c0772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/travis/linux/docker-build-test.sh
Expand Up @@ -9,6 +9,7 @@ ccache -z

cd /root/QGIS

sleep 20

printf "[qgis_test]\nhost=postgres\nport=5432\ndbname=docker\nuser=docker\npassword=docker" > ~/.pg_service.conf
export PGUSER=docker
Expand Down

0 comments on commit c4c0772

Please sign in to comment.