From acd5c75d52bc74d5b48443c18051b3d7b4da9fec Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 21 Apr 2017 14:07:12 -0700 Subject: [PATCH] travis: test against go 1.7 and 1.8 --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a1bddc0..8617bf3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: go -go: 1.1 +sudo: false +go: + - 1.7.5 + - 1.8.1 script: - go test -v ./...