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 663f756 commit cc16e88Copy full SHA for cc16e88
.travis.yml
@@ -14,6 +14,12 @@ matrix:
14
dist: trusty
15
- php: hhvm-nightly
16
17
+ # Allow failures until Travis build includes HHVM 3.20.2 which fix the issue with composer (see http://hhvm.com/blog/2017/06/07/hhvm-3-20.html)
18
+ allow_failures:
19
+ - php: hhvm
20
+ dist: trusty
21
+ - php: hhvm-nightly
22
23
24
before_install:
25
- if [[ $TRAVIS_PHP_VERSION = hhv* ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi
0 commit comments