Skip to content

Commit 77ad470

Browse files
committed
Add .travis.yml
Signed-off-by: Eric Zhao <[email protected]>
1 parent 324a11c commit 77ad470

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: go
2+
3+
dist: xenial
4+
sudo: required
5+
6+
go:
7+
- 1.12.x
8+
- 1.13.x
9+
10+
script:
11+
- go test -v -race ./...

0 commit comments

Comments
 (0)