We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ebb02 commit 76fb509Copy full SHA for 76fb509
.travis.yml
@@ -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