frp/.travis.yml
2019-08-06 18:53:32 +08:00

12 lines
92 B
YAML

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