added .travis.yml file

This commit is contained in:
Daniel Gil 2018-07-03 12:01:11 +02:00
parent 81987af8d7
commit e7d0bf85e2

7
.travis.yml Normal file
View 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