mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-09-17 00:36:53 +08:00
Create .travis.yml
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.15
|
||||||
|
- master
|
||||||
|
os:
|
||||||
|
- centos
|
||||||
|
|
||||||
|
script: >-
|
||||||
|
go test -v ./...
|
||||||
|
go build ./...
|
||||||
|
|
Reference in New Issue
Block a user