Skip to content

Commit

Permalink
Fix Travis CI issue - The unauthenticated git protocol on port 9418 i…
Browse files Browse the repository at this point in the history
…s no longer supported.

patch by Ekaterina Dimitrova; reviewed by Brandon Williams for CASSANDRA-17545
  • Loading branch information
ekaterinadimitrova2 committed Apr 12, 2022
1 parent bcd094b commit 029e190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 029e190

Please sign in to comment.