Browse Source

travis branch

euromark 13 years ago
parent
commit
e15cc8c02e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -9,7 +9,7 @@ env:
   - CAKE_VERSION=2.4
   - CAKE_VERSION=2.4
 
 
 before_script:
 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
   - rm -R app
   - git clone --depth 1 git://github.com/dereuromark/tools-app app && cd app && git checkout master
   - git clone --depth 1 git://github.com/dereuromark/tools-app app && cd app && git checkout master
   - cd ..
   - cd ..