|
|
@@ -1,5 +1,7 @@
|
|
|
language: php
|
|
|
|
|
|
+sudo: false
|
|
|
+
|
|
|
php:
|
|
|
- 5.4
|
|
|
- 5.5
|
|
|
@@ -18,10 +20,10 @@ matrix:
|
|
|
include:
|
|
|
- php: 5.4
|
|
|
env:
|
|
|
- - DB=mysql CAKE_VERSION=2.7 COVERALLS=1
|
|
|
+ - DB=mysql CAKE_VERSION=2.7 CODECOVERAGE=1
|
|
|
|
|
|
before_script:
|
|
|
- - git clone -b master https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
|
|
|
+ - git clone -b master-codecov https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
|
|
|
- ../travis/before_script.sh
|
|
|
- cd ../cakephp/app
|
|
|
- echo "Configure::write('Security.salt', 'AxcG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi');" >> Config/bootstrap.php
|