do not test on go 1.0 and install cover before testing

This commit is contained in:
Acconut 2015-02-01 15:11:00 +01:00
parent c08de4de83
commit c6933fa33f
1 changed files with 2 additions and 2 deletions

View File

@ -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