Create .travis.yml
This commit is contained in:
parent
e3924f065e
commit
13c6d9027d
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…
Reference in New Issue
Block a user