@@ -9,7 +9,7 @@ env:
- CAKE_VERSION=2.4
before_script:
- - git clone --depth 1 git://github.com/cakephp/cakephp ../cakephp && cd ../cakephp && git checkout $CAKE_VERSION
+ - git clone --depth 1 --branch $CAKE_VERSION git://github.com/cakephp/cakephp ../cakephp && cd ../cakephp
- rm -R app
- git clone --depth 1 git://github.com/dereuromark/tools-app app && cd app && git checkout master
- cd ..