Skip to content

Commit

Permalink
Remove HHVM from Travis CI config
Browse files Browse the repository at this point in the history
PHPUnit dropped support of hhvm, so build unlikely will pass tests.
sebastianbergmann/phpunit#3320 (comment)
  • Loading branch information
ybelenko committed May 7, 2020
1 parent d6147ff commit 15d72cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ php:
- 5.5
- 5.6
- 7.0
- hhvm
before_install: "composer install"
script: "vendor/bin/phpunit"
1 change: 0 additions & 1 deletion samples/client/petstore/php/OpenAPIClient-php/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ php:
- 5.5
- 5.6
- 7.0
- hhvm
before_install: "composer install"
script: "vendor/bin/phpunit"

0 comments on commit 15d72cd

Please sign in to comment.