File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ before_install:
50
50
- dpkg -l | grep postgresql
51
51
- dpkg -l | grep postgis
52
52
- sudo apt-get remove postgresql*
53
- - sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
53
+ - sudo add-apt-repository -y ppa:ubuntugis/ppa
54
+ - sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-testing
54
55
- sudo apt-get update
55
56
- sudo apt-get install --allow-unauthenticated protobuf-c-compiler libprotobuf-c0-dev bison flex python-lxml libfribidi-dev cmake librsvg2-dev colordiff libpq-dev libpng12-dev libjpeg-dev libgif-dev libgeos-dev libgd2-xpm-dev libfreetype6-dev libfcgi-dev libcurl4-gnutls-dev libcairo2-dev libgdal1-dev libproj-dev libxml2-dev python-dev libexempi-dev lcov lftp postgis libharfbuzz-dev gdal-bin
56
57
- sudo apt-get install --allow-unauthenticated libmono-system-drawing4.0-cil mono-mcs
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ export DEBIAN_FRONTEND=noninteractive
6
6
7
7
apt-get update
8
8
apt-get install -y python-software-properties
9
- add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
9
+ add-apt-repository -y ppa:ubuntugis/ppa
10
+ add-apt-repository -y ppa:ubuntugis/ubuntugis-testing
10
11
apt-get update
11
12
apt-get -y upgrade
12
13
You can’t perform that action at this time.
0 commit comments