Skip to content

Commit

Permalink
remove php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed May 10, 2014
1 parent 3abc761 commit f13f7ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ php:
before_install:
- composer selfupdate
- composer install
- wget http://cs.sensiolabs.org/get/php-cs-fixer.phar
- wget https://scrutinizer-ci.com/ocular.phar

script:
- phpunit --coverage-text --coverage-clover=coverage.clover
- php tests/bin/run.php
- output=$(php php-cs-fixer.phar fix -v --dry-run --level=psr2 src); if [[ $output ]]; then while read -r line; do echo -e "\e[00;31m$line\e[00m"; done <<< "$output"; false; fi;

after_script:
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit f13f7ad

Please sign in to comment.