Skip to content

Commit 60b4ef4

Browse files
committed
Fixed HHVM build
1 parent 70837bd commit 60b4ef4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ php:
1010
- 5.5
1111
- 5.6
1212
- 7.0
13-
- hhvm
13+
- 7.1
1414

1515
env:
1616
global:
@@ -27,6 +27,8 @@ matrix:
2727
include:
2828
- php: 5.5
2929
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
30+
- php: hhvm
31+
dist: trusty
3032

3133
before_install:
3234
- if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi

0 commit comments

Comments
 (0)