1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-01-29 11:57:40 +01:00

add allow_failure for hhvm to travis-ci

This commit is contained in:
Antoine Corcy 2013-12-17 00:20:39 +01:00
parent 22a4b79406
commit e41151879e

View File

@ -1,8 +1,17 @@
language: php
before_script:
- composer install --dev
php:
- 5.3
- 5.4
- hhvm
- 5.3
- 5.4
- 5.5
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer self-update
- composer install --dev
script: phpunit