From 87730aaf08fba33f38c63fe26e624c6ec3ce59b5 Mon Sep 17 00:00:00 2001 From: Davor Kapsa Date: Tue, 26 Sep 2017 12:47:18 +0200 Subject: [PATCH] travis: update go versions --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 866f82c..8285809 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,12 +4,12 @@ install: - go get -d -t -v ./... && go build -v ./... go: - - 1.8 - - 1.9 + - 1.8.x + - 1.9.x script: - go vet ./... - go test -v -coverprofile=coverage.txt -covermode=atomic after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash)