Skip to content

Commit 966887a

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

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
language: php
2+
23
php:
34
- 5.3
45
- 5.6
5-
- hhvm
6+
7+
# also test against HHVM, but require "trusty" and ignore errors
8+
matrix:
9+
include:
10+
- php: hhvm
11+
dist: trusty
12+
allow_failures:
13+
- php: hhvm
14+
615
install:
716
- composer install --prefer-source --no-interaction
17+
818
script:
919
- phpunit --coverage-text

0 commit comments

Comments
 (0)