Skip to content

Commit cc16e88

Browse files
committed
Allow HHVM builds to fail
1 parent 663f756 commit cc16e88

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ matrix:
1414
dist: trusty
1515
- php: hhvm-nightly
1616
dist: trusty
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+
dist: trusty
1723

1824
before_install:
1925
- if [[ $TRAVIS_PHP_VERSION = hhv* ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi

0 commit comments

Comments
 (0)