The command “phpenv global” failed and exited with 1 during

I’m basically still having the same issue described here:

Here’s an example of a build that’s failing:

But it’s not the only one. All recent builds have been failing with the same error.

Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/php/binaries/ubuntu/16.04/x86_64/php-5.5.9.tar.bz2
$ curl -s -o archive.tar.bz2 $archive_url && tar xjf archive.tar.bz2 --directory /
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now

This means that this version is not available for the current environment. (curl thus 404s and tar gets an empty stream from it)

What changed from your last successful build is