Skip to content

Commit 56eaaa2

Browse files
committed
Attempting to fix broken HHVM build in Travis
1 parent 4eb68bf commit 56eaaa2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: php
22

3+
# Required for HHVM, see https://github.com/travis-ci/travis-ci/issues/7712
4+
dist: trusty
5+
36
php:
47
- 5.4
58
- 5.5
@@ -9,8 +12,9 @@ php:
912
- hhvm
1013
- nightly
1114

12-
allow_failures:
13-
- php: nightly
15+
matrix:
16+
allow_failures:
17+
- php: nightly
1418

1519
cache:
1620
directories:

0 commit comments

Comments
 (0)