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.