Skip to content

Commit

Permalink
run only problem test case
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Jun 5, 2017
1 parent 727141d commit f26d073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ before_script:

script:
- mkdir /tmp/xdebug-test
- php ./vendor/bin/phpunit --debug --exclude-group=ssl --coverage-text --coverage-clover ./build/logs/clover.xml
- php ./vendor/bin/phpunit --debug --group=by --coverage-text --coverage-clover ./build/logs/clover.xml
- ./vendor/bin/php-cs-fixer fix -v --diff --dry-run
- ./vendor/bin/docheader check src/ tests/
- find /tmp/xdebug-test/* | xargs cat
Expand Down

0 comments on commit f26d073

Please sign in to comment.