partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 227318f0d1bd573e477f518856ce940bea2a0348
parent 1e7e41ea5bd7ad35c16b49b88d2cbbb4408a15e8
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri, 27 Nov 2015 19:56:11 +0100

travis again :(

Diffstat:
M.travis.yml | 8++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -5,12 +5,6 @@ php: - 7.0 - nightly -addons: - apt: - sources: - packages: - - php5-apcu - script: - phpunit -c app/ --coverage-clover build/logs/clover.xml @@ -32,8 +26,10 @@ addons: repo_token: 9bf99f3d5903f9f2ae2280f49cc469ef219bb965205cd324847f22d4698257d9 before_install: + - echo $TRAVIS_PHP_VERSION - echo "extension=ldap.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` - echo "extension=apcu.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` + - if [[ $TRAVIS_PHP_VERSION =~ 5.[56] ]] ; then pecl config-set preferred_state beta; printf "yes\n" | pecl install apcu-4.0.8; fi; - if [[ $TRAVIS_PHP_VERSION =~ 7.[01] ]] ; then pecl config-set preferred_state beta; printf "yes\n" | pecl install apcu; fi; before_script: