Add PHP 5.5 to .travis.yml

This commit is contained in:
nikic 2013-08-04 16:15:12 +02:00
parent c8695a8f56
commit 3d467ca18e

View File

@ -3,4 +3,5 @@ language: php
php:
- 5.2
- 5.3
- 5.4
- 5.4
- 5.5