do not test on go 1.0 and install cover before testing
This commit is contained in:
parent
c08de4de83
commit
c6933fa33f
|
@ -1,6 +1,5 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.0
|
|
||||||
- 1.1
|
- 1.1
|
||||||
- 1.2
|
- 1.2
|
||||||
- 1.3
|
- 1.3
|
||||||
|
@ -12,7 +11,8 @@ matrix:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- go get golang.org/x/tools/cmd/cover
|
||||||
- go get .
|
- go get .
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v -coverprofile=cover.out
|
- go test -v -coverprofile=cover.out || go test -v
|
||||||
|
|
Loading…
Reference in New Issue