diff --git a/.travis.yml b/.travis.yml index 1ac7a90..cf09a89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 .