Skip to content

Commit dbbbbed

Browse files
authored
add travis (#7)
1 parent d63dc76 commit dbbbbed

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: go
2+
go:
3+
- 1.x
4+
install:
5+
- # Prevent default install action "go get -t -v ./...".
6+
script:
7+
- go get -t -v ./...
8+
- go tool vet .
9+
- go test -v -race ./...

0 commit comments

Comments
 (0)