We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d290425 commit 10bd405Copy full SHA for 10bd405
.travis.yml
@@ -20,6 +20,8 @@ matrix:
20
include:
21
- php: 7.1
22
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
23
+ allow_failures:
24
+ - php: hhvm
25
26
before_script:
27
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
0 commit comments