frp/.travis.yml
2020-11-06 15:49:03 +08:00

13 lines
105 B
YAML

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