Skip to content

Commit

Permalink
update for postgis filter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Sep 19, 2012
1 parent e3454f5 commit 4f3c701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,8 @@ before_install:
- psql -c 'create database msautotest;' -U postgres
- psql -c 'create extension postgis;' -d msautotest -U postgres
- 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

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
2 changes: 1 addition & 1 deletion msautotest
Submodule msautotest updated from a55ab7 to d200c6

0 comments on commit 4f3c701

Please sign in to comment.