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
|
sudo: false
|
||||||
|
dist: xenial
|
||||||
language: c
|
language: c
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
|
@ -6,6 +7,7 @@ compiler:
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
- libssl-dev
|
||||||
- libunbound-dev
|
- libunbound-dev
|
||||||
- libidn11-dev
|
- libidn11-dev
|
||||||
- libyaml-dev
|
- libyaml-dev
|
||||||
|
|
Loading…
Reference in New Issue