Commit 71589391 authored by Alexander's avatar Alexander

Add php 5.5 to the build matrix (travis)

parent 7034f99a
...@@ -3,6 +3,12 @@ language: php ...@@ -3,6 +3,12 @@ language: php
php: php:
- 5.3 - 5.3
- 5.4 - 5.4
- 5.5
matrix:
  allow_failures:
    - php: 5.5
env: env:
- DB=mysql - DB=mysql
- DB=pgsql - DB=pgsql
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment