From 31c735e72c57c5147e4a3c4abdcedd71f5117d51 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Tue, 16 Aug 2016 14:03:31 +0200 Subject: [PATCH] Test with go 1.7. Stop testing with 1.4 (#87) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 01a5a21..8e6ca75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: go script: "./test.sh" go: - - 1.4 - 1.5 - 1.6 + - 1.7 - tip before_install: - go get github.com/axw/gocov/gocov