Skip to content

Commit

Permalink
Fixed travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jan 10, 2014
1 parent fb72c03 commit 5aa53a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -34,7 +34,7 @@ before_script:
- set +H

script:
- sh -c "if [ '$PHPCS' != '1' ]; then phpunit --stderr; else phpcs -p --extensions=php --standard=CakePHP ./Cake; fi"
- sh -c "if [ '$PHPCS' != '1' ]; then phpunit --stderr; else phpcs -p --extensions=php --standard=CakePHP ./src; fi"

notifications:
email: false

0 comments on commit 5aa53a8

Please sign in to comment.