frp/.travis.yml
2020-04-03 00:59:47 +08:00

13 lines
105 B
YAML

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