From c08ca2e79f0e2faf0e004b9eaf9c3c0905e6e13b Mon Sep 17 00:00:00 2001 From: Luke Powlett Date: Thu, 7 Feb 2019 16:05:01 +0000 Subject: [PATCH] update travis to use Ubuntu 16.04 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b240462..ea5ff65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +dist: xenial + sudo: required language: go