mirror of https://github.com/getdnsapi/getdns.git
The new minimum OpenSSL version means that Travis must switch to Xenial.
This commit is contained in:
parent
8609a35e5b
commit
6553aa3aad
|
@ -1,4 +1,5 @@
|
|||
sudo: false
|
||||
dist: xenial
|
||||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
|
@ -6,6 +7,7 @@ compiler:
|
|||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libssl-dev
|
||||
- libunbound-dev
|
||||
- libidn11-dev
|
||||
- libyaml-dev
|
||||
|
|
Loading…
Reference in New Issue