diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2017-10-30 15:40:44 -0700 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2017-10-30 15:40:44 -0700 |
commit | 45c6efd5921d9ee854cf532ca16ebd1fa1b19bac (patch) | |
tree | 1addc4a4e5a5fbd5352c8f5a81bf4c9d6f03df84 /.travis.yml | |
parent | 9e3fb594d644955decd3ce815e94a8e627acf83d (diff) | |
download | libgit2-45c6efd5921d9ee854cf532ca16ebd1fa1b19bac.tar.gz |
travis: grab pgp key from www.edwardthomson.com
Getting the key from the MIT keyserver is surprisingly unreliable.
Try getting it from my website instead...
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 13143458f..569a6a7d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ addons: apt: sources: - sourceline: 'deb http://libgit2deps.edwardthomson.com trusty libgit2deps' - key_url: 'https://pgp.mit.edu/pks/lookup?op=get&search=0x5656187599131CD5' + key_url: 'https://www.edwardthomson.com/keys/ethomson@libgit2.org' packages: cmake curl |