Skip to content

Commit 2aa9d7a

Browse files
committed
build: set up travis
1 parent 9da3830 commit 2aa9d7a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: go
2+
3+
go:
4+
- "1.13.x"
5+
6+
cache:
7+
directories:
8+
- $GOCACHE
9+
- $GOPATH/pkg/mod
10+
11+
env:
12+
global:
13+
- GOCACHE=$HOME/.go-build
14+
15+
script:
16+
- go test -v -race ./...

0 commit comments

Comments
 (0)