Skip to content

Commit

Permalink
Use only CS on src dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurian Sluiman committed Aug 12, 2013
1 parent 7ee492e commit 4ab2927
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 @@ -10,4 +10,4 @@ before_script:

script:
- phpunit --configuration tests/phpunit.xml
- output=$(php php-cs-fixer.phar fix -v --dry-run --level=psr2 .); if [[ $output ]]; then while read -r line; do echo -e "\e[00;31m$line\e[00m"; done <<< "$output"; false; fi;
- 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;

0 comments on commit 4ab2927

Please sign in to comment.