Skip to content

Commit

Permalink
using minor for travis CakePHP
Browse files Browse the repository at this point in the history
  • Loading branch information
steinkel committed Jun 8, 2015
1 parent 517a810 commit ebf6bc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ env:
- REQUIRE="phpunit/phpunit:3.7.31"

matrix:
- DB=mysql CAKE_VERSION=2.6.6
- DB=mysql CAKE_VERSION=2.6

matrix:
include:
- php: 5.3
env:
- CAKE_VERSION=2.6.6
- CAKE_VERSION=2.6
- php: 5.4
env:
- CAKE_VERSION=2.6.6
- CAKE_VERSION=2.6
- php: 5.5
env:
- CAKE_VERSION=2.6.6
- CAKE_VERSION=2.6

before_script:
- git clone https://github.com/steinkel/travis.git --depth 1 ../travis
Expand Down

0 comments on commit ebf6bc6

Please sign in to comment.