From d2678348632f712613bdbd528d9960faca8156c3 Mon Sep 17 00:00:00 2001 From: Davor Kapsa Date: Tue, 3 Oct 2017 19:37:29 +0200 Subject: [PATCH] travis: update go versions --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0fb86f89..55931ddc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: go go: - - 1.8 - - 1.9 + - 1.8.x + - 1.9.x - tip matrix: @@ -13,7 +13,6 @@ matrix: before_install: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - - go get golang.org/x/tools/cmd/cover script: - $HOME/gopath/bin/goveralls -service=travis-ci