Travis CI cannot connect to http://develop.svn.wor

2019-09-02 03:12发布

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条回答
再贱就再见
2楼-- · 2019-09-02 03:39

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.

查看更多
登录 后发表回答