Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chinpei215 committed Feb 1, 2017
1 parent c655d12 commit 5cab936
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,31 @@ env:
- PLUGIN_NAME=EagerLoader
- REQUIRE=""
- DB=mysql
- CAKE_REF=2.8.0
- CAKE_REF=2.9.5

matrix:
include:
- php: 5.3
env:
- CAKE_REF=2.6.12
- php: 5.3
- CAKE_REF=2.4.10
- php: 5.3
env:
- CAKE_REF=2.5.9
- php: 5.3
env:
- CAKE_REF=2.6.13
- php: 5.3
env:
- CAKE_REF=2.7.10
- CAKE_REF=2.7.11
- php: 5.3
env:
- CAKE_REF=2.8.9
- php: 5.3
env:
- DB=pgsql
- php: 5.3
env:
- DB=sqlite
- php: 5.6
env:
- COVERALLS=1
- php: 5.6
env:
- PHPCS=1
Expand Down

0 comments on commit 5cab936

Please sign in to comment.