travis CI pear PHP依赖没有安装

时间:2015-06-24 16:26:28

标签: php pear travis-ci

我有Python project at github,我在travis-ci.org上测试。 PHP中有一个小客户端用于测试它(它应该是一个跨语言工具)。

最近我更改了我的github repo中的用户名,提交了它并触发了travis构建。由于PHP / pear错误,它失败了:

The command "sudo pear channel-discover pear.phpunit.de" failed and exited with 1 during .

您可以在下面看到构建矩阵:

上一次提交已于去年在travis上提交并测试,一切正常,pear channel-discover命令有效。我只改变了github用户名,这肯定不是问题,所以我希望从那时起某些服务就不可用了。

请指出我的构建有什么问题,以及如何让它再次运行。

1 个答案:

答案 0 :(得分:0)

http://pear.phpunit.de已关闭,支持使用phar文件或通过composer安装phpunit。您应该卸载phpunit的PEAR版本并从其他源安装它。

https://thephp.cc/news/2015/01/phpunit-migration-from-pear-to-phar