1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-08 14:16:42 +02:00

Merge pull request #291 from staabm/patch-1

Added hhvm to travis.yml
This commit is contained in:
Jordi Boggiano
2013-12-26 01:31:11 -08:00

View File

@@ -5,6 +5,11 @@ php:
- 5.3
- 5.4
- 5.5
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer install --dev --prefer-source