Skip to content

Commit dc7b0de

Browse files
committed
Fix HHVM build for now again and ignore future HHVM build errors
1 parent c98d8b7 commit dc7b0de

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@ php:
88
- 7.0
99
- 7.1
1010
- nightly
11-
- hhvm
1211

12+
# also test against HHVM, but require "trusty" and ignore errors
1313
matrix:
14+
include:
15+
- php: hhvm
16+
dist: trusty
1417
allow_failures:
1518
- php: nightly
1619
- php: hhvm
1720

1821
install:
19-
- composer install --prefer-source
22+
- composer install --no-interaction
2023

2124
script:
2225
- vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)