mirror of https://github.com/bjdgyc/anylink.git
Create .travis.yml
This commit is contained in:
parent
631e49bd41
commit
a4e09e7719
|
@ -0,0 +1,12 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.15
|
||||
- master
|
||||
os:
|
||||
- centos
|
||||
|
||||
script: >-
|
||||
go test -v ./...
|
||||
go build ./...
|
||||
|
Loading…
Reference in New Issue