We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191209b commit a52ae4bCopy full SHA for a52ae4b
.travis.yml
@@ -37,6 +37,10 @@ before_install:
37
- sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable -y
38
- sudo apt-get update -q
39
- sudo apt-get install binutils libproj-dev gdal-bin -y
40
+ - sudo cat /var/log/postgresql/postgresql-12-main.log
41
+ - sudo sed -i 's/port = 5433/port = 5432/' /etc/postgresql/12/main/postgresql.conf
42
+ - sudo systemctl restart postgresql@12-main
43
44
- pip install -U pip setuptools wheel
45
- pip install -U -r requirements-test.txt
46
install:
0 commit comments