Skip to content

Commit

Permalink
Removed custom PHP-NTS installation in Travis
Browse files Browse the repository at this point in the history
This should now work with the ZTS install of PHP:
libgeos/geos#38
libgeos/geos@fed1a3a
  • Loading branch information
BenMorel committed Sep 24, 2014
1 parent 4cd9a78 commit f01a61d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.install-geos.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GEOS_VERSION=3.4.2
GEOS_VERSION=svn-trunk

wget https://github.com/libgeos/libgeos/archive/$GEOS_VERSION.tar.gz
tar zxf $GEOS_VERSION.tar.gz
Expand Down
9 changes: 0 additions & 9 deletions .travis.install-php-nts.sh

This file was deleted.

1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env:
- ENGINE=GEOS

before_script:
- if [[ $ENGINE = GEOS ]]; then travis_wait bash .travis.install-php-nts.sh; fi;
- if [[ $ENGINE = GEOS ]]; then bash .travis.install-geos.sh; fi;
- if [[ $ENGINE = SQLite3 ]]; then bash .travis.install-sqlite3.sh; fi;
- wget https://getcomposer.org/composer.phar
Expand Down

0 comments on commit f01a61d

Please sign in to comment.