Skip to content

Commit 76fb509

Browse files
committed
Added config for Travis CI
1 parent d7ebb02 commit 76fb509

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: go
2+
go:
3+
- 1.14.x
4+
before_install:
5+
- go get -t -v ./...
6+
script:
7+
- go test -race -coverprofile=coverage.txt -covermode=atomic
8+
after_success:
9+
- bash <(curl -s https://codecov.io/bash)
10+

0 commit comments

Comments
 (0)