Skip to content

Commit af02e76

Browse files
committed
Enable travis CI
1 parent 5db534f commit af02e76

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: go
2+
3+
go:
4+
- 1.x
5+
6+
env:
7+
global:
8+
- GO111MODULE=on
9+
10+
script:
11+
- go test -v -race -cover ./...

0 commit comments

Comments
 (0)