(*)update travis-ci configure

This commit is contained in:
Fan Yang 2014-11-17 14:15:42 +08:00
parent ac9a688f55
commit f2e0be4250
1 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,5 @@ go:
env:
- TRAVIS="yes"
script:
- go get -u -v && go build .
- go get github.com/astaxie/beego
- go build .