frp/.travis.yml

12 lines
92 B
YAML

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