Skip to content

Commit 988f7ce

Browse files
authored
Merge pull request #44 from clue-labs/hhvm
Fix HHVM build for now again and ignore future HHVM build errors
2 parents 0b9ee74 + 966887a commit 988f7ce

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)