1
0
mirror of synced 2025-01-18 14:31:40 +03:00

Add php 5.5 to the build matrix (travis)

This commit is contained in:
Alexander 2013-02-09 22:44:14 +01:00
parent 1a163cd48d
commit 14bc7f75be

View File

@ -3,6 +3,11 @@ language: php
php:
- 5.3
- 5.4
- 5.5
matrix:
  allow_failures:
    - php: 5.5
env:
- DB=mysql
- DB=pgsql