1
0
mirror of https://github.com/fatedier/frp.git synced 2025-06-16 08:08:20 +00:00
frp/.travis.yml

15 lines
151 B
YAML
Raw Normal View History

2016-02-03 18:14:16 +08:00
go_import_path: github.com/fatedier/frp
sudo: false
language: go
go:
- 1.4.2
- 1.5.2
- tip
install:
- make
script:
- make test