diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-02-11 19:42:16 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-02-11 19:42:16 +0000 |
commit | ac4f077c02f3ce2c33f2b38ef1ccea86144b21c1 (patch) | |
tree | c2eeefd2a2464b7bb628fcf95c47a39a0ca6f161 | |
parent | 32e81a27b5a4c07a9fb935091d971eece63bbca2 (diff) | |
download | psycopg2-pull-507.tar.gz |
Fixed directory for test dbspull-507
-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 |