Skip to content

Commit 036f86f

Browse files
Merge pull request #129 from php-http/Nyholm-travis
Improve travis config for HHVM and PHP7
2 parents f32fefe + 11ecae4 commit 036f86f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ php:
1111
- 5.5
1212
- 5.6
1313
- 7.0
14-
- hhvm
14+
- 7.1
15+
- 7.2
1516

1617
env:
1718
global:
@@ -26,9 +27,11 @@ matrix:
2627
include:
2728
- php: 5.4
2829
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
30+
- php: hhvm
31+
dist: trusty
2932

3033
before_install:
31-
- if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
34+
- if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini || true; fi
3235
- travis_retry composer self-update
3336

3437
install:

0 commit comments

Comments
 (0)