Skip to content

Commit eebe5bf

Browse files
committed
Prepare first release
1 parent dd80b7d commit eebe5bf

File tree

3 files changed

+707
-0
lines changed

3 files changed

+707
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: go
2+
go:
3+
- 1.11.x
4+
env:
5+
- GO111MODULE=on
6+
git:
7+
depth: 1
8+
script:
9+
- go vet ./...
10+
- go test -v ./...

0 commit comments

Comments
 (0)