minimal travis configuration
This commit is contained in:
parent
b700cd7a51
commit
7df735e36b
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.12.x
|
||||||
|
env:
|
||||||
|
- GO111MODULE=on # needed even for Go 1.12
|
||||||
|
script:
|
||||||
|
- go test -v ./...
|
||||||
Loading…
Add table
Add a link
Reference in a new issue