From 928b27620019ced7ab20d6ad21d5fd2a9b8a4def Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Tue, 30 May 2017 20:09:52 +0300 Subject: [PATCH] Use latest patch releases --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9361aee..ea5344f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,13 @@ language: go go: - - 1.2 - - 1.3 - - 1.4 - - 1.5 - - 1.6 - - 1.7 - - 1.8 + - 1.2.x + - 1.3.x + - 1.4.x + - 1.5.x + - 1.6.x + - 1.7.x + - 1.8.x - master script: go test -race -coverprofile=coverage.txt -covermode=atomic