Commit acbb435c0acbbb31bdc9f4aa851cf81467240497

Edward Thomson 2018-01-10T12:33:56

travis: fetch trusty dependencies from bintray The trusty dependencies are now hosted on Bintray.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/.travis.yml b/.travis.yml
index af38252..2af05fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,8 +22,15 @@ env:
 
 addons:
   apt:
+    sources:
+     - sourceline: 'deb https://dl.bintray.com/libgit2/ci-dependencies trusty libgit2deps'
+       key_url: 'https://www.edwardthomson.com/keys/ethomson@libgit2.org'
     packages:
     - cmake
+    - curl
+    - libcurl3
+    - libcurl3-gnutls
+    - libcurl4-gnutls-dev
     - libssh2-1-dev
     - openssh-client
     - openssh-server