Add PHP 5.5 to travis.yml

This commit is contained in:
bzick 2013-03-15 01:23:24 +04:00
parent 8c72c7b56e
commit 5aada2eef2
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ language: php
php:
- 5.3
- 5.4
- 5.5
before_script: composer install