Travis CI : Allowed failure on HHVM
This commit is contained in:
parent
8ded92840b
commit
49d7897176
@ -6,7 +6,10 @@ php:
|
|||||||
- 5.5
|
- 5.5
|
||||||
## @reference https://github.com/travis-ci/travis-ci/issues/1749
|
## @reference https://github.com/travis-ci/travis-ci/issues/1749
|
||||||
- hhvm
|
- hhvm
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: hhvm
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
## Composer
|
## Composer
|
||||||
- curl -s http://getcomposer.org/installer | php
|
- curl -s http://getcomposer.org/installer | php
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user