Skip to content

Commit 8b4ac28

Browse files
authored
Improve travis config for HHVM and PHP7
1 parent f32fefe commit 8b4ac28

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
@@ -11,7 +11,7 @@ php:
1111
- 5.5
1212
- 5.6
1313
- 7.0
14-
- hhvm
14+
- 7.1
1515

1616
env:
1717
global:
@@ -26,6 +26,8 @@ matrix:
2626
include:
2727
- php: 5.4
2828
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
29+
- php: hhvm
30+
dist: trusty
2931

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

0 commit comments

Comments
 (0)