Skip to content

Commit

Permalink
only run codesniff on php files
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Nov 4, 2012
1 parent fa5ccf4 commit 138098f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -118,7 +118,7 @@ before_script:
}" > app/Config/database.php

script:
- sh -c "if [ '$PHPCS' != '1' ]; then ./lib/Cake/Console/cake test core AllTests --stderr; else phpcs --standard=CakePHP ./lib/Cake; fi"
- sh -c "if [ '$PHPCS' != '1' ]; then ./lib/Cake/Console/cake test core AllTests --stderr; else phpcs --extensions=php --standard=CakePHP ./lib/Cake; fi"

notifications:
email: false

0 comments on commit 138098f

Please sign in to comment.