Skip to content

Commit

Permalink
Fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Sep 6, 2017
1 parent fa1f331 commit fcf4c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Expand Up @@ -2,18 +2,9 @@ language: php

php:
- 5.6
- 7
- 7.1
- 7.2
- hhvm

env:
- ENGINE=PDO_MYSQL56
- ENGINE=PDO_MYSQL57
- ENGINE=PDO_MYSQL_MARIADB55
- ENGINE=PDO_MYSQL_MARIADB10
- ENGINE=PDO_PGSQL
- ENGINE=SQLite3
- ENGINE=GEOS34
- ENGINE=GEOS35
- ENGINE=GEOS36
Expand Down
4 changes: 2 additions & 2 deletions travis/install-geos.sh
Expand Up @@ -2,9 +2,9 @@ sudo apt-get update
sudo apt-get remove 'libgeos.*'
sudo apt-get autoremove

wget https://github.com/libgeos/libgeos/archive/$VERSION.tar.gz
wget https://github.com/OSGeo/geos/archive/$VERSION.tar.gz
tar zxf $VERSION.tar.gz
cd libgeos-$VERSION
cd geos-$VERSION
./autogen.sh
./configure --prefix=/usr
make
Expand Down

0 comments on commit fcf4c9c

Please sign in to comment.