Skip to content

Commit d073570

Browse files
guilliamxavierSeldaek
authored andcommitted
Fix CI (php-cs-fixer, HHVM) (jsonrainbow#662)
1 parent 143e8d1 commit d073570

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ $config
2626
'trailing_comma_in_multiline_array' => false,
2727
'yoda_style' => false,
2828
'phpdoc_types_order' => array('null_adjustment' => 'none', 'sort_algorithm' => 'none'),
29+
'no_superfluous_phpdoc_tags' => false,
2930
))
3031
->setFinder($finder)
3132
;

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ matrix:
2828
dist: trusty
2929
allow_failures:
3030
- php: nightly
31+
- php: hhvm-3.18
3132

3233
before_install:
3334
- 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

0 commit comments

Comments
 (0)