We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3421591 commit 6b4b0adCopy full SHA for 6b4b0ad
.travis.yml
@@ -19,8 +19,7 @@ python:
19
20
before_install:
21
- packages="postgresql-$PGVERSION postgresql-server-dev-$PGVERSION postgresql-common"
22
- - wget https://raw.githubusercontent.com/postgrespro/pg_pathman/master/travis/apt.postgresql.org.sh
23
- - sudo sh ./apt.postgresql.org.sh
+ - sudo sh ./travis/dep-ubuntu-postgres.sh
24
25
install:
26
- sudo apt-get update
testgres/tests/test_simple.py
100755
100644
travis/dep-ubuntu-postgres.sh
@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
+
3
+cat ./travis/postgresql.gpg.key | sudo apt-key add -
4
+echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main $PG_VER" | sudo tee /etc/apt/sources.list.d/pgdg.list
0 commit comments