Attempting to fix broken HHVM build in Travis

This commit is contained in:
Vladimir Razuvaev 2017-06-03 15:01:30 +07:00
parent 4eb68bf63f
commit 56eaaa2400

View File

@ -1,5 +1,8 @@
language: php
# Required for HHVM, see https://github.com/travis-ci/travis-ci/issues/7712
dist: trusty
php:
- 5.4
- 5.5
@ -9,7 +12,8 @@ php:
- hhvm
- nightly
allow_failures:
matrix:
allow_failures:
- php: nightly
cache: