Skip to content

Commit dba8edf

Browse files
simonbyrneKristofferC
authored andcommitted
add compatibility for MbedTLS (#146)
* add compatibility for MbedTLS * julia-github-test-bot ssh key is broken * add more version to test matrix
1 parent a989cad commit dba8edf

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ julia:
66
- 0.7
77
- 1.0
88
- 1.1
9+
- 1.2
10+
- 1.3
911
- nightly
1012
notifications:
1113
email: false

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
1313
[compat]
1414
HTTP = "0.8"
1515
JSON = "0.19, 0.20"
16-
MbedTLS = "0.6"
16+
MbedTLS = "0.6, 0.7"
1717
julia = "0.7, 1"
1818

1919
[extras]

test/read_only_api_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ auth = authenticate(string(circshift(["bcc", "3fc", "03a", "33e",
4242
@test hasghobj(ghjl, first(repos(julweb; auth = auth)))
4343

4444
# test sshkey/gpgkey retrieval
45-
@test GitHub.sshkeys(testuser; auth = auth)[1][1]["key"] == testuser_sshkey
45+
@test_broken GitHub.sshkeys(testuser; auth = auth)[1][1]["key"] == testuser_sshkey
4646
@test startswith(GitHub.gpgkeys("JuliaTagBot"; auth = auth)[1][1]["raw_key"],
4747
"-----BEGIN PGP PUBLIC KEY BLOCK-----")
4848

0 commit comments

Comments
 (0)