From 0862dc9b2b3ad081ee8fe0152cccef67a2eff907 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 10 Apr 2019 15:22:21 +0100 Subject: [PATCH] build: update to Xenial in travis build to fix link errors --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd9fa80bc..a09fe4a22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ --- language: go sudo: required -dist: trusty +dist: xenial os: - linux go_import_path: github.com/ncw/rclone