Skip to content

Commit 5566c2a

Browse files
authored
Remove HHVM from tests
1 parent bda8571 commit 5566c2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ php:
44
- '7.0'
55
- '7.1'
66
- '7.2'
7-
- 'hhvm'
87
install:
98
- composer update
109
script:
1110
- ./vendor/bin/phpunit --coverage-clover ./tests/Logs/clover.xml
1211
after_script:
13-
- php vendor/bin/php-coveralls -v
12+
- php vendor/bin/php-coveralls -v

0 commit comments

Comments
 (0)