frp/.travis.yml

13 lines
105 B
YAML

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