Skip to content

Commit 25a29ba

Browse files
authored
Merge pull request #44 from php-http/hhvm-build
fix hhvm build on travis-ci
2 parents 104126f + fe49989 commit 25a29ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ php:
1212
- 5.6
1313
- 7.0
1414
- 7.1
15-
- hhvm
1615

1716
env:
1817
global:
@@ -27,6 +26,8 @@ matrix:
2726
include:
2827
- php: 5.4
2928
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
29+
- php: hhvm
30+
dist: trusty
3031

3132
before_install:
3233
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi

0 commit comments

Comments
 (0)