Skip to content

Commit a915e05

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents eb6b44e + 49d7897 commit a915e05

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ php:
44
- 5.3
55
- 5.4
66
- 5.5
7-
## Wait for solving this issue : https://github.com/travis-ci/travis-ci/issues/1749
8-
# - hhvm
9-
7+
## @reference https://github.com/travis-ci/travis-ci/issues/1749
8+
- hhvm
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)