This is an automated email from the ASF dual-hosted git repository.
edimitrova pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
The following commit(s) were added to refs/heads/trunk by this push:
new 029e1903 Fix Travis CI issue - The unauthenticated git protocol on
port 9418 is no longer supported. patch by Ekaterina Dimitrova; reviewed by
Brandon Williams for CASSANDRA-17545
029e1903 is described below
commit 029e1903cfed2e710b366cba5360f443db2139d0
Author: Ekaterina Dimitrova <[email protected]>
AuthorDate: Mon Apr 11 18:08:43 2022 -0400
Fix Travis CI issue - The unauthenticated git protocol on port 9418 is no
longer supported.
patch by Ekaterina Dimitrova; reviewed by Brandon Williams for
CASSANDRA-17545
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index e170b510..0bf45ebb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ script:
# we use flake8 because it allows us to ignore other warnings
# exclude the thrift directories - they contain auto-generated code
# - flake8 --ignore=E501,F811,F812,F822,F823,F831,F841,N8,C9
--exclude=thrift_bindings,cassandra-thrift .
- - git remote add apache git://github.com/apache/cassandra-dtest.git
+ - git remote add apache https://github.com/apache/cassandra-dtest.git
- git fetch apache # fetch master for the next diff
# feed changed lines with no context around them to pycodestyle
# I know we don't enforce line length but if you introduce
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]