The new minimum OpenSSL version means that Travis must switch to Xenial.

This commit is contained in:
Jim Hague 2019-01-15 12:11:13 +00:00
parent 8609a35e5b
commit 6553aa3aad
1 changed files with 2 additions and 0 deletions

View File

@ -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