From c6933fa33ff9902f0468b7f46be3e512bbb5aeaa Mon Sep 17 00:00:00 2001 From: Acconut Date: Sun, 1 Feb 2015 15:11:00 +0100 Subject: [PATCH] do not test on go 1.0 and install cover before testing --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ac884d0..30c11cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: go go: -- 1.0 - 1.1 - 1.2 - 1.3 @@ -12,7 +11,8 @@ matrix: - go: tip before_install: +- go get golang.org/x/tools/cmd/cover - go get . script: -- go test -v -coverprofile=cover.out +- go test -v -coverprofile=cover.out || go test -v