From 874053307f67ab124bad8d2f31558e5a02fec54c Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Sun, 16 Jun 2013 15:42:08 +0200 Subject: [PATCH] Fixing travis script command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aea8fd593da..4cfdf3476bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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