(*)update travis configuration

This commit is contained in:
Fan Yang 2014-12-23 09:40:24 +08:00
parent ede8364f9b
commit eb2ee87f85
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
language: go
go:
- 1.3
- 1.4
- tip
script: go get github.com/astaxie/beego && go build .
script:
- go get github.com/astaxie/beego && cd .. && mv ifconfig ../../ && cd ifconfig && go build .