Skip to content

Commit

Permalink
add travis and coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
vaskoz committed Dec 1, 2019
1 parent 98b5684 commit 3d43f0d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: go
go:
- 1.x
before_install:
- go get github.com/mattn/goveralls
script:
- go test -cover -v -race ./...
- go test -bench=. ./...
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit 3d43f0d

Please sign in to comment.