Travis CI cannot connect to http://develop.svn.wordpress.org/trunk/tests/phpunit/includes/

余生颓废 提交于 2019-12-13 05:08:20

问题


I am running the command in Travis CI:

svn co --quiet http://develop.svn.wordpress.org/trunk/tests/phpunit/includes/ /tmp/wordpress-tests-lib/includes

but it failed with this message:

svn: OPTIONS of 'http://develop.svn.wordpress.org/trunk/tests/phpunit/includes': could not connect to server (http://develop.svn.wordpress.org)

You can see example in this build

This command worked before, just before couple of days with the same build. see this successful build for example - line 131.

What can I do? I don't have any issues with running this command locally and I don't know any other updated WordPress repository that I can rely on.


回答1:


It was a timeout issue, not related to my code. Here is an issue opened on it on Travis Github. In the next time, I will know that there is an issue tracker there and will use it. If you stumble on this question with a connection issue (timeout) that is NOT occurring on your local machine, checking there is a good idea.



来源:https://stackoverflow.com/questions/32665057/travis-ci-cannot-connect-to-http-develop-svn-wordpress-org-trunk-tests-phpunit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!