added .travis.yml file
This commit is contained in:
parent
81987af8d7
commit
e7d0bf85e2
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: go
|
||||
go:
|
||||
- '1.10'
|
||||
install:
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
script:
|
||||
- go test -v -covermode=count -coverprofile=coverage.out
|
Loading…
x
Reference in New Issue
Block a user