enable mysql and memcache tests on travis

This commit is contained in:
uwetews
2015-12-31 02:49:45 +01:00
parent c60cdb3e64
commit 239fed38b9

View File

@@ -8,9 +8,13 @@ php:
- 7.0
- hhvm
services:
- memcached
- mysql
before_script:
- travis_retry composer --prefer-source --dev install
- mysql -e "create database IF NOT EXISTS test;" -uroot
install:
- git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git