Skip to content

Commit fd5c535

Browse files
committed
drop HHVM support
1 parent 29ed1a7 commit fd5c535

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ env:
1313
php:
1414
- 5.5
1515
- 5.6
16-
- hhvm
1716

1817
matrix:
1918
fast_finish: true
@@ -26,7 +25,7 @@ matrix:
2625
env: xdebug="yes"
2726

2827
before_install:
29-
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" && "$xdebug" != "yes" ]]; then phpenv config-rm xdebug.ini; fi
28+
- if [[ "$xdebug" != "yes" ]]; then phpenv config-rm xdebug.ini; fi
3029
- composer self-update
3130
- composer require 'phpunit/phpunit:^4.8.35|^5.4.3|^6.0' --dev --no-update
3231

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ CHANGELOG
44
0.6.0
55
-----
66

7+
* dropped the support for HHVM
8+
79
* updated the `X-Experience-API-Version` header to default to the latest patch
810
version (`1.0.3`)
911

0 commit comments

Comments
 (0)