We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ed1a7 commit fd5c535Copy full SHA for fd5c535
.travis.yml
@@ -13,7 +13,6 @@ env:
13
php:
14
- 5.5
15
- 5.6
16
- - hhvm
17
18
matrix:
19
fast_finish: true
@@ -26,7 +25,7 @@ matrix:
26
25
env: xdebug="yes"
27
28
before_install:
29
- - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" && "$xdebug" != "yes" ]]; then phpenv config-rm xdebug.ini; fi
+ - if [[ "$xdebug" != "yes" ]]; then phpenv config-rm xdebug.ini; fi
30
- composer self-update
31
- composer require 'phpunit/phpunit:^4.8.35|^5.4.3|^6.0' --dev --no-update
32
CHANGELOG.md
@@ -4,6 +4,8 @@ CHANGELOG
4
0.6.0
5
-----
6
7
+* dropped the support for HHVM
8
+
9
* updated the `X-Experience-API-Version` header to default to the latest patch
10
version (`1.0.3`)
11
0 commit comments