Skip to content

Commit 696bb6c

Browse files
authored
drop HHVM support
1 parent b3ee543 commit 696bb6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ php:
1212
- 5.6
1313
- 7.0
1414
- 7.1
15-
- hhvm
1615

1716
matrix:
1817
fast_finish: true
@@ -24,7 +23,7 @@ matrix:
2423
env: deps="high"
2524

2625
before_install:
27-
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi
26+
- phpenv config-rm xdebug.ini
2827
- composer self-update
2928

3029
install:

0 commit comments

Comments
 (0)