Commit 6e748130e4f910b6f8c03a3f6f2e11c856d19ba7

Carlos Martín Nieto 2018-01-10T15:13:23

travis: we use bintray's own key for signing The VM on Travis apparently will still proceed, but it's good practice.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.travis.yml b/.travis.yml
index 117a3ac..a4c8e91 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ addons:
  apt:
   sources:
    - sourceline: 'deb https://dl.bintray.com/libgit2/ci-dependencies trusty libgit2deps'
-     key_url: 'https://www.edwardthomson.com/keys/ethomson@libgit2.org'
+     key_url: 'https://bintray.com/user/downloadSubjectPublicKey?username=bintray'
   packages:
    cmake
    curl