craigwatson / bitcoind-status

PHP application to display status and information from the Bitcoin node daemon.
https://odin.vikingserv.net
Apache License 2.0
82 stars 77 forks source link

Travis Builds fail on PHP: hhvm #53

Closed DemonRx closed 5 years ago

DemonRx commented 5 years ago

Travis builds are failing on PHP: hhvm

The composer install (and self update) error out. When I've forked and setup travis builds on my repo.

image

Seems something has changed since the last build 3 months ago on your repo with travis.

DemonRx commented 5 years ago

I had submitted a support ticket with travis-ci.org. Per conversation with them it's been concluded the HHVM has DROPPED php support (see, https://hhvm.com/blog/2018/09/12/end-of-php-support-future-of-hack.html).

Thus it's recommended to drop using HHVM for testing.