Create .travis.yml
This commit is contained in:
parent
aca8bde521
commit
3d82521d42
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.13.x
|
||||
git:
|
||||
depth: 1
|
||||
script:
|
||||
- go test -v ./...
|
Loading…
Reference in a new issue