Support travis-ci

This commit is contained in:
fatedier 2016-02-03 18:14:16 +08:00
parent f427e3bc33
commit 0b719326bc
2 changed files with 17 additions and 0 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
go_import_path: github.com/fatedier/frp
sudo: false
language: go
go:
- 1.4.2
- 1.5.2
- tip
install:
- make
script:
- make test

View File

@ -13,3 +13,6 @@ frps:
frpc: frpc:
godep go build -o bin/frpc ./cmd/frpc godep go build -o bin/frpc ./cmd/frpc
test:
@godep go test ./...