From 276d64e74f01993f3a826ecda7116677d3252f5c Mon Sep 17 00:00:00 2001 From: ttacon Date: Sun, 15 Jul 2018 16:02:11 -0400 Subject: [PATCH] Ensure we run tests on builds and cleanup versions --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 34165e0..2789786 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: go go: - - 1.7 - - 1.8 - - 1.x + - 1.9 + - 1.10.x - tip + +script: go test ./...