euromark 12 years ago
parent
commit
eefa9c13ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -6,7 +6,7 @@ php:
 
 env:
   - CAKE_VERSION=master
-  - CAKE_VERSION=2.4
+  - CAKE_VERSION=2.5
 
 before_script:
   - git clone --depth 1 --branch $CAKE_VERSION git://github.com/cakephp/cakephp ../cakephp && cd ../cakephp