From 08d8ee2555d2c48d743e291f2c168286a8db0b38 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 7 May 2018 22:41:50 +0200 Subject: [PATCH] TravisCI fixed yaml Go-version parsing --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3916da4..64e2cf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ go: - 1.7.x - 1.8.x - 1.9.x - - "1.10.x" + - 1.10.x - tip matrix: @@ -30,11 +30,11 @@ matrix: go: 1.6.x before_install: - - if [[ $TRAVIS_GO_VERSION == 1.9* ]]; then go get github.com/axw/gocov/gocov github.com/mattn/goveralls; fi + - if [[ $TRAVIS_GO_VERSION == 1.10* ]]; then go get github.com/axw/gocov/gocov github.com/mattn/goveralls; fi script: - go test -v -tags ci ./... - - if [[ $TRAVIS_GO_VERSION == 1.9* ]]; then $GOPATH/bin/goveralls -service=travis-ci; fi + - if [[ $TRAVIS_GO_VERSION == 1.10* ]]; then $GOPATH/bin/goveralls -service=travis-ci; fi notifications: email: