frp/.travis.yml
2020-02-04 22:24:07 +08:00

13 lines
105 B
YAML

sudo: false
language: go
go:
- 1.12.x
- 1.13.x
install:
- make
script:
- make alltest