diff options
-rwxr-xr-x | scripts/travis_prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis_prepare.sh b/scripts/travis_prepare.sh index 6deb3ef..5af9df9 100755 --- a/scripts/travis_prepare.sh +++ b/scripts/travis_prepare.sh @@ -39,7 +39,7 @@ create () { # install postgres versions not available on the image if (( "$VERNUM" < 902 || "$VERNUM" > 906 )); then - wget -O - http://initd.org/psycopg/tarballs/postgresql/postgresql-${PACKAGE}.tar.bz2 \ + wget -O - http://initd.org/psycopg/upload/postgresql/postgresql-${PACKAGE}.tar.bz2 \ | sudo tar xjf - -C /usr/lib/postgresql fi |