From 7f292800de264b6cfdbce34f453622b68edeb2a0 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Mon, 25 Jul 2016 09:41:11 +0200 Subject: [PATCH] Target latest Go patch level in Travis (#80) --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e6e68dc..01a5a21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: go script: "./test.sh" go: - - 1.4.3 - - 1.5.4 - - 1.6.2 + - 1.4 + - 1.5 + - 1.6 - tip before_install: - go get github.com/axw/gocov/gocov