language: go
go:
- 1.3
- 1.4
- tip
script:
- go get github.com/astaxie/beego && cd .. && mv ifconfig ../../ && cd ifconfig && go build .