Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Dec 17, 2016
1 parent 5e7c17f commit a988f0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,10 @@ language: php

php:
- 5.6
- 7
- 7.1
- 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

before_script:
- if [[ $ENGINE = PDO_MYSQL56 ]]; then ENGINE=PDO_MYSQL; sudo bash travis/install-mysql-5.6.sh; fi;
Expand Down
1 change: 1 addition & 0 deletions travis/install-mariadb.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
OS_CODENAME=$(lsb_release --codename --short)

apt-get purge mysql*
apt-get purge mariadb*

apt-get install python-software-properties
apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db
Expand Down

0 comments on commit a988f0e

Please sign in to comment.