From 8656420b0d2c9a6c91efa54983964bb47ff976c5 Mon Sep 17 00:00:00 2001 From: ComMouse Date: Mon, 13 Jul 2015 23:35:34 +0800 Subject: [PATCH] Fix the bug in travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0ab4bee..ecc43a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,9 +27,9 @@ before_script: - if [ $PHP_VER = "5" ]; then phpenv config-add myconfig.ini; fi script: - - phpunit --test-suite=predis - - phpunit --test-suite=predis-noset - - if [ $PHP_VER = "5" ]; then phpunit --test-suite=php-redis; phpunit --test-suite=php-redis-noset;fi + - phpunit --testsuite predis + - phpunit --testsuite predis-noset + - if [ $PHP_VER = "5" ]; then phpunit --testsuite php-redis; phpunit --testsuite php-redis-noset;fi - sh -c "./vendor/bin/phpcs --standard=PSR2 ./src/" services: