Compare commits
8 Commits
develop
...
check-trav
Author | SHA1 | Date | |
---|---|---|---|
|
14bc873d0e | ||
|
aad4c772f6 | ||
|
a0021db87f | ||
|
c73fcfcfa9 | ||
|
1bebeb2bb6 | ||
|
a285f8741a | ||
|
636a298eda | ||
|
4c4ddd2047 |
@ -38,11 +38,12 @@ before_install:
|
||||
- sudo apt-get -y remove --purge postgis
|
||||
- sudo apt-get -y autoremove
|
||||
|
||||
# - sudo apt-get -y install libgdal1h=1.11.0-0cdb1~precise3
|
||||
- sudo apt-get -y install postgresql-9.5=9.5.2-2ubuntu1
|
||||
- sudo apt-get -y install postgresql-server-dev-9.5=9.5.2-2ubuntu1
|
||||
- sudo apt-get -y install postgresql-plpython-9.5=9.5.2-2ubuntu1
|
||||
- sudo apt-get -y install postgresql-9.5-postgis-2.2=2.2.2.0-cdb2
|
||||
- sudo apt-get -y install postgresql-9.5-postgis-scripts=2.2.2.0-cdb2
|
||||
- sudo apt-get -y install postgresql-9.5-postgis-2.2=2.2.2.0-cdb2
|
||||
|
||||
# configure it to accept local connections from postgres
|
||||
- echo -e "# TYPE DATABASE USER ADDRESS METHOD \nlocal all postgres trust\nlocal all all trust\nhost all all 127.0.0.1/32 trust" \
|
||||
|
Loading…
Reference in New Issue
Block a user