Skip to content

Commit 385de3b

Browse files
authored
Updated travis config for hhvm and php7.2 (#26)
* Updated travis config for hhvm and php7.2 * typo
1 parent e9100c7 commit 385de3b

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.6
1212
- 7.0
1313
- 7.1
14-
- hhvm
14+
- 7.2
1515

1616
env:
1717
global:
@@ -26,6 +26,8 @@ matrix:
2626
include:
2727
- php: 5.5
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 ]]; then phpenv config-rm xdebug.ini || true; fi

0 commit comments

Comments
 (0)