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

Commit

Permalink
Merge 5b60c85 into c56fa8f
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed May 4, 2014
2 parents c56fa8f + 5b60c85 commit 8961f24
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
@@ -1,6 +1,7 @@
language: php

php:
- 5.2
- 5.3
- 5.4
- 5.5
Expand All @@ -11,21 +12,25 @@ env:
- DB=mysql

matrix:
- DB=mysql CAKE_VERSION=2.4
- DB=mysql CAKE_VERSION=master

matrix:
include:
- php: 5.2
env:
- CAKE_VERSION=master
- COVERALLS=1
- php: 5.3
env:
- CAKE_VERSION=2.4
- CAKE_VERSION=master
- COVERALLS=1
- php: 5.4
env:
- CAKE_VERSION=2.4
- CAKE_VERSION=master
- COVERALLS=1
- php: 5.5
env:
- CAKE_VERSION=2.4
- CAKE_VERSION=master
- COVERALLS=1

before_script:
Expand Down
4 changes: 2 additions & 2 deletions Docs/Home.md
Expand Up @@ -8,8 +8,8 @@ It saves all tags in a tags table and connects any kind of records to them throu
Requirements
------------

* PHP version: PHP 5.2+
* CakePHP version: 1.3 Stable
* CakePHP 2.4+
* PHP 5.2.8+

Documentation
-------------
Expand Down

0 comments on commit 8961f24

Please sign in to comment.