Create .travis.yml
This commit is contained in:
parent
e3924f065e
commit
13c6d9027d
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.3
|
||||
- tip
|
||||
install:
|
||||
- go get code.google.com/p/go.tools/cmd/cover
|
||||
- go get gopkg.in/check.v1
|
||||
script:
|
||||
- go test -v -covermode=count -coverprofile=coverage.out
|
||||
Loading…
Add table
Add a link
Reference in a new issue