Merge pull request #55 from bantu/travis/php-5.5

[travis/php-5.5] Also build on PHP 5.5 environment.
This commit is contained in:
terrafrost 2013-01-15 09:38:04 -08:00
commit 309a31c431

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 ..