frp/.travis.yml
2017-05-30 16:10:21 +08:00

12 lines
91 B
YAML

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