frp/.travis.yml
2018-03-21 11:52:11 +08:00

12 lines
92 B
YAML

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