Skip to content

Commit

Permalink
Do not use ubuntugis-unstable
Browse files Browse the repository at this point in the history
Also, search for libgdal and postgresql-server

git-svn-id: http://svn.osgeo.org/postgis/trunk@12267 b70326c6-7e19-0410-871a-916f4a2858ee
  • Loading branch information
Sandro Santilli committed Feb 23, 2014
1 parent 55043d1 commit e716339
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ env:
#- GEOS_VERSION=3.3.8
#- GDAL_VERSION=1.10.0
before_install:
- rm .travis.yml
- sudo apt-add-repository -y ppa:ubuntugis/ubuntugis-unstable
#- rm .travis.yml
#- sudo apt-add-repository -y ppa:ubuntugis/ubuntugis-unstable
- sudo apt-get update
- apt-cache search libgdal
- apt-cache search postgresql-server
- sudo apt-get install -qq build-essential flex autoconf libtool gfortran postgresql-server-dev-all xsltproc libjson0-dev libproj-dev dblatex xsltproc libcunit1-dev libcunit1 docbook-xsl docbook-mathml libgdal-dev libgeos-dev
- git config --global user.name "PostGIS Travis CI"
- git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
Expand Down

0 comments on commit e716339

Please sign in to comment.