Skip to content

Commit b8d42c7

Browse files
committed
Fix HHVM build for now again and ignore future HHVM build errors
1 parent 9c25631 commit b8d42c7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
language: php
2+
23
php:
34
- 5.3
45
- 5.6
56
- hhvm
7+
8+
# also test against HHVM, but require "trusty" and ignore errors
9+
matrix:
10+
include:
11+
- php: hhvm
12+
dist: trusty
13+
allow_failures:
14+
- php: hhvm
15+
616
install:
717
- composer install --prefer-source --no-interaction
18+
819
script:
920
- phpunit --coverage-text

0 commit comments

Comments
 (0)