add memcache tests to travis

This commit is contained in:
uwetews
2015-12-31 06:33:47 +01:00
parent 04afbdb18d
commit ea866a5a92
2 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ services:
before_script: before_script:
- if [ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]; then travis_retry composer --prefer-source --dev install; fi - if [ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]; then travis_retry composer --prefer-source --dev install; fi
- if [ ${TRAVIS_PHP_VERSION:0:3} <= "5.6" ]; then config-add travis.ini; fi
- mysql -e "create database IF NOT EXISTS test;" -uroot - mysql -e "create database IF NOT EXISTS test;" -uroot
install: install:

2
travis.ini Normal file
View File

@@ -0,0 +1,2 @@
extension = "memcache.so"
extension = "apc.so"