mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
enable mysql and memcache tests on travis
This commit is contained in:
@@ -8,9 +8,13 @@ php:
|
|||||||
- 7.0
|
- 7.0
|
||||||
- hhvm
|
- hhvm
|
||||||
|
|
||||||
|
services:
|
||||||
|
- memcached
|
||||||
|
- mysql
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- travis_retry composer --prefer-source --dev install
|
- travis_retry composer --prefer-source --dev install
|
||||||
|
- mysql -e "create database IF NOT EXISTS test;" -uroot
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git
|
- git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git
|
||||||
|
Reference in New Issue
Block a user