frp/.travis.yml

12 lines
91 B
YAML

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