travis: try openssl instead
authorMichael Wallner <mike@php.net>
Fri, 13 Jan 2017 17:28:52 +0000 (18:28 +0100)
committerMichael Wallner <mike@php.net>
Fri, 13 Jan 2017 17:28:52 +0000 (18:28 +0100)
.travis.yml

index 80bc794c809e330a80f406e79ee628f63a9a08c1..cdee30d5f985d5be9d368043a4770318c093a177 100644 (file)
@@ -5,8 +5,8 @@ language: php
 addons:
   apt:
     packages:
-    - libgnutls28-dev
-    - libcurl4-gnutls-dev
+    - libssl-dev
+    - libcurl4-openssl-dev
 
 php:
   - 7.0