Skip to content

Commit cafc52e

Browse files
committed
tests: don't use github
mono 4.8 on mac simply cannot cope with TLS 1.2; newer versions are not compatible with our travis ci setup. give up and just use bitbucket.
1 parent 663688a commit cafc52e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibGit2Sharp.Tests/SmartSubtransportFixture.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ public class SmartSubtransportFixture : BaseFixture
1919
(sender, certificate, chain, errors) => { return true; };
2020

2121
[Theory]
22-
[InlineData("http", "http://github.com/libgit2/TestGitRepository")]
23-
[InlineData("https", "https://github.com/libgit2/TestGitRepository")]
22+
[InlineData("http", "http://bitbucket.org/edwardthomson/TestGitRepository/")]
23+
[InlineData("https", "https://bitbucket.org/edwardthomson/TestGitRepository/")]
2424
public void CustomSmartSubtransportTest(string scheme, string url)
2525
{
2626
string remoteName = "testRemote";

0 commit comments

Comments
 (0)