Skip to content

Commit

Permalink
Fixing travis script command
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 16, 2013
1 parent 1c8caa2 commit 8740533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,7 +30,7 @@ before_script:
- set +H

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

notifications:
email: false

0 comments on commit 8740533

Please sign in to comment.