From 511d5d3b7681cb76822098f430ed6862232ca529 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Mon, 26 Mar 2018 09:09:58 -0600 Subject: [PATCH] travis: Move to Ubuntu Trusty image --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 23ff50422..a5695d539 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go sudo: required -dist: precise +dist: trusty go: - 1.9.4 - "1.10"