Skip to content

Commit

Permalink
restore install prefix to /usr/local
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Sep 18, 2012
1 parent 9d89a37 commit afa0b60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ before_install:
- echo "extension=php_mapscript.so" | sudo tee -a /etc/php5/cli/php.ini

install:
- ./configure --prefix=/usr --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
- ./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
- make -j4
- sudo make install
- sudo ldconfig

script:
- ./runtests.sh
Expand Down

0 comments on commit afa0b60

Please sign in to comment.