(*)fixed travis

This commit is contained in:
Fan Yang 2014-12-23 09:57:46 +08:00
parent aef580c35b
commit 33a7b5da08
1 changed files with 2 additions and 1 deletions

View File

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