Skip to content

Commit

Permalink
update for more postgis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Sep 19, 2012
1 parent 4f3c701 commit 8f8f106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ before_install:
- shp2pgsql -g the_geom msautotest/query/data/bdry_counpy2.shp bdry_counpy2 | psql -U postgres -d msautotest
- shp2pgsql -g the_geom -s 3978 msautotest/wxs/data/popplace.shp popplace | psql -U postgres -d msautotest
- shp2pgsql -g the_geom -s 3978 msautotest/wxs/data/province.shp province | psql -U postgres -d msautotest
- shp2pgsql -g the_geom -s 3978 msautotest/wxs/data/road.shp road | psql -U postgres -d msautotest

install:
- ./configure --with-gd --with-postgis --with-wmsclient --with-wfsclient --with-kml --with-cairo --with-wcs --with-proj --with-geos --with-gdal --with-ogr --with-wfs --with-sos --with-php
Expand Down

0 comments on commit 8f8f106

Please sign in to comment.