From a6b5026fe989c4763176e600ffeb72cdac5966e4 Mon Sep 17 00:00:00 2001 From: Kyle Lemons Date: Thu, 16 Feb 2017 09:33:10 -0800 Subject: [PATCH] Bump the Ubuntu and Go versions for Travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 75784ca..a78f196 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: go +dist: trusty go: - 1.6 + - 1.7 + - 1.8 - tip script: go test -v -test.run='BCD|Parse' ./...