1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +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