Skip to content

Commit

Permalink
Using CAKE_REF
Browse files Browse the repository at this point in the history
  • Loading branch information
chinpei215 committed Dec 21, 2015
1 parent a537a15 commit 35c28a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -12,17 +12,17 @@ env:
- REQUIRE=""

matrix:
- DB=mysql CAKE_VERSION=2.6
- DB=mysql CAKE_VERSION=2.7
- DB=mysql CAKE_REF=2.6.12
- DB=mysql CAKE_REF=2.7.8

matrix:
include:
- php: 5.4
env:
- DB=mysql CAKE_VERSION=2.6 COVERALLS=1
- DB=mysql CAKE_REF=2.6.12 COVERALLS=1
- php: 5.4
env:
- DB=mysql CAKE_VERSION=2.6 PHPCS=1
- DB=mysql CAKE_REF=2.6.12 PHPCS=1

before_script:
- git clone -b master-cakeref https://github.com/chinpei215/travis.git --depth 1 ../travis
Expand Down

0 comments on commit 35c28a0

Please sign in to comment.