From ea707e5ad1ca2b77ecef42341115321834274acc Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 18 Oct 2019 16:42:38 -0400 Subject: [PATCH] change travis build dist from trusty to xenial. xenial is the default since April 23rd 2019. This should also fix an issue with ssh using ssh-dss keys which are deprecated --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c6aac58fb..7e27aee7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: cpp sudo: required -dist: trusty +dist: xenial git: depth: 9999999 notifications: