Skip to content

Commit e013167

Browse files
authored
Merge pull request #35 from clue-labs/hhvm
Fix HHVM build for now again and ignore future HHVM build errors
2 parents f6d5bdf + a685431 commit e013167

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ language: php
33
php:
44
- 5.3
55
- 5.6
6-
- 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
714

815
env:
916
- LOGIN=username:password@localhost

0 commit comments

Comments
 (0)