Travis CI 无法连接到 http://develop.svn.wordpress.org/trunk/tests/phpunit/includes/
Travis CI cannot connect to http://develop.svn.wordpress.org/trunk/tests/phpunit/includes/
我是 运行 Travis CI 中的命令:
svn co --quiet http://develop.svn.wordpress.org/trunk/tests/phpunit/includes/ /tmp/wordpress-tests-lib/includes
但失败并显示此消息:
svn: OPTIONS of 'http://develop.svn.wordpress.org/trunk/tests/phpunit/includes': could not connect to server (http://develop.svn.wordpress.org)
您可以在 this build
中查看示例
此命令以前有效,就在几天前使用相同的构建。例如,参见 this successful build - 第 131 行。
我能做什么?我在本地使用 运行 这个命令没有任何问题,而且我不知道我可以依赖的任何其他更新的 WordPress 存储库。
这是一个超时问题,与我的代码无关。
这是在 Travis Github 上打开的一个问题。下一次,我会知道那里有一个问题跟踪器并会使用它。如果您偶然发现这个问题并没有在您的本地计算机上发生连接问题(超时),请检查这是一个好主意。
我是 运行 Travis CI 中的命令:
svn co --quiet http://develop.svn.wordpress.org/trunk/tests/phpunit/includes/ /tmp/wordpress-tests-lib/includes
但失败并显示此消息:
svn: OPTIONS of 'http://develop.svn.wordpress.org/trunk/tests/phpunit/includes': could not connect to server (http://develop.svn.wordpress.org)
您可以在 this build
中查看示例此命令以前有效,就在几天前使用相同的构建。例如,参见 this successful build - 第 131 行。
我能做什么?我在本地使用 运行 这个命令没有任何问题,而且我不知道我可以依赖的任何其他更新的 WordPress 存储库。
这是一个超时问题,与我的代码无关。 这是在 Travis Github 上打开的一个问题。下一次,我会知道那里有一个问题跟踪器并会使用它。如果您偶然发现这个问题并没有在您的本地计算机上发生连接问题(超时),请检查这是一个好主意。