Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrej-griniuk committed Dec 7, 2017
1 parent a57d06f commit 30965ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -13,19 +13,19 @@ env:
- REQUIRE="phpunit/phpunit:3.7.31"

matrix:
- DB=mysql CAKE_VERSION=2.9
- DB=mysql CAKE_VERSION=2\.10

matrix:
include:
- php: 5.6
env:
- CAKE_VERSION=2.9
- CAKE_VERSION=2\.10
- php: 7.0
env:
- CAKE_VERSION=2.9
- CAKE_VERSION=2\.10
- php: 7.1
env:
- CAKE_VERSION=2.9
- CAKE_VERSION=2\.10

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

0 comments on commit 30965ed

Please sign in to comment.