From d94c767c8ded375733722c2765b5b91f80a0960e Mon Sep 17 00:00:00 2001 From: Liam Stanley Date: Mon, 13 Feb 2017 02:42:34 -0500 Subject: [PATCH] update .travis-ci.yml --- .travis.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a6a546e..ffc6272 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,16 @@ language: go go: -- 1.5.4 -- 1.6.4 -- 1.7.5 +- 1.3 +- 1.4 +- 1.5 +- 1.6 +- 1.7 - 1.8rc3 - tip +before_install: +- go get -u -v github.com/mattn/goveralls script: +- $HOME/gopath/bin/goveralls -service=travis-ci - go test -v - go tool vet -v -all . branches: