[travis/php-5.5] Also build on PHP 5.5 environment.

This commit is contained in:
Andreas Fischer 2013-01-15 16:54:51 +01:00
parent ff4f724c7e
commit c4311c5297

View File

@ -5,6 +5,7 @@ php:
- 5.3.3
- 5.3
- 5.4
- 5.5
before_script:
- git clone git://github.com/zenovich/runkit.git && cd runkit && phpize && ./configure && make && make install && cd ..