Skip to content

Commit 1f883c7

Browse files
committed
changing test to allow hhvm failures
1 parent a5b543b commit 1f883c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ php:
88

99
sudo: false
1010

11+
matrix:
12+
allow_failures:
13+
- php: hhvm
14+
1115
install: travis_retry composer install --no-interaction --prefer-source
1216

1317
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)