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:
parent
22a4b79406
commit
e41151879e
19
.travis.yml
19
.travis.yml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user