Skip to content

Commit 5e91b9e

Browse files
committed
Fixing Vagrant and Travis-CI builds.
1 parent ad4c8b8 commit 5e91b9e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ before_install:
5050
- dpkg -l | grep postgresql
5151
- dpkg -l | grep postgis
5252
- 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
5455
- sudo apt-get update
5556
- 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
5657
- sudo apt-get install --allow-unauthenticated libmono-system-drawing4.0-cil mono-mcs

scripts/vagrant/packages.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ export DEBIAN_FRONTEND=noninteractive
66

77
apt-get update
88
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
1011
apt-get update
1112
apt-get -y upgrade
1213

0 commit comments

Comments
 (0)