Skip to content

Commit

Permalink
updated msautotest
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Boudreault committed Sep 18, 2012
1 parent 365f013 commit 34b3d4f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ before_install:
- echo "extension=php_mapscript.so" | sudo tee -a /etc/php5/cli/php.ini

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
- ./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
- make -j4
- sudo make install

Expand Down
2 changes: 1 addition & 1 deletion msautotest
Submodule msautotest updated from f02ba0 to a55ab7
1 change: 0 additions & 1 deletion runtests.sh
Expand Up @@ -49,7 +49,6 @@ done
# PHP tests
cd msautotest/php
./run_test.py
echo `which phpunit`
if [ ! "$?" -eq 0 ]; then
ret=1
fi
Expand Down

0 comments on commit 34b3d4f

Please sign in to comment.