Skip to content

Commit 49d7897

Browse files
committed
Travis CI : Allowed failure on HHVM
1 parent 8ded928 commit 49d7897

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ php:
66
- 5.5
77
## @reference https://github.com/travis-ci/travis-ci/issues/1749
88
- hhvm
9-
9+
matrix:
10+
allow_failures:
11+
- php: hhvm
12+
1013
before_script:
1114
## Composer
1215
- curl -s http://getcomposer.org/installer | php

0 commit comments

Comments
 (0)