Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 75c73f0

Browse files
committed
Merge pull request #475 from ins0/enhancement/travis-hhvm
Enhancement: added hhvm as allow failure
2 parents 2afc908 + c4a2659 commit 75c73f0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ php:
77
- 5.6
88
- hhvm
99

10+
matrix:
11+
fast_finish: true
12+
allow_failures:
13+
- php: hhvm
14+
1015
cache:
1116
directories:
1217
- $HOME/.composer/cache

0 commit comments

Comments
 (0)