Skip to content

Commit

Permalink
Fix the bug in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ComMouse committed Jul 13, 2015
1 parent 794a9af commit 8656420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

This comment has been minimized.

Copy link
@at15

at15 Jul 13, 2015

Member

#2

- sh -c "./vendor/bin/phpcs --standard=PSR2 ./src/"

services:
Expand Down

0 comments on commit 8656420

Please sign in to comment.