Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 13, 2013
1 parent b990efb commit 29bd848
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .travis.yml
Expand Up @@ -7,33 +7,34 @@ php:

env:
global:
- REPO_NAME="cakephp-upload"
- PLUGIN_NAME=Upload
- REQUIRE=""
- DB=mysql CAKE_VERSION=2.4
matrix:
- DB=mysql CAKE_VERSION=master
- DB=mysql CAKE_VERSION=2.4
- DB=mysql CAKE_VERSION=2.5

matrix:
include:
- php: 5.4
env:
- DB=mysql CAKE_VERSION=master COVERALLS=1
- COVERALLS=1
- php: 5.4
env:
- DB=mysql CAKE_VERSION=master PHPCS=1
- PHPCS=1
- php: 5.4
env:
- FOC_VALIDATE=1

before_script:
- cd ..
- git clone git://github.com/cakephp/cakephp.git --branch $CAKE_VERSION --depth 1
- cd cakephp/app
- git clone https://github.com/FriendsOfCake/travis.git
- ./travis/before_script.sh
- git clone https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
- ../travis/before_script.sh

script:
- ./travis/script.sh
- ../travis/script.sh

after_success:
- ./travis/after_success.sh
- ../travis/after_success.sh

notifications:
email: false

0 comments on commit 29bd848

Please sign in to comment.