mirror of
https://github.com/justinrainbow/json-schema.git
synced 2025-01-17 13:18:16 +01:00
Fix CI (php-cs-fixer, HHVM) (#662)
This commit is contained in:
parent
29b40ac3b1
commit
2db8d7494f
@ -26,6 +26,7 @@ $config
|
||||
'trailing_comma_in_multiline_array' => false,
|
||||
'yoda_style' => false,
|
||||
'phpdoc_types_order' => array('null_adjustment' => 'none', 'sort_algorithm' => 'none'),
|
||||
'no_superfluous_phpdoc_tags' => false,
|
||||
))
|
||||
->setFinder($finder)
|
||||
;
|
||||
|
@ -28,6 +28,7 @@ matrix:
|
||||
dist: trusty
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
- php: hhvm-3.18
|
||||
|
||||
before_install:
|
||||
- if [[ "$WITH_COVERAGE" != "true" && "$TRAVIS_PHP_VERSION" != "hhvm-3.18" && "$TRAVIS_PHP_VERSION" != "nightly" && "$TRAVIS_PHP_VERSION" != "7.1" ]]; then phpenv config-rm xdebug.ini; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user