(*)update travis configuration

This commit is contained in:
Fan Yang 2014-12-23 09:31:39 +08:00
parent 6449051c6b
commit ede8364f9b
1 changed files with 2 additions and 5 deletions

View File

@ -1,8 +1,5 @@
language: go
go:
- 1.3
env:
- TRAVIS="yes"
script:
- go get github.com/astaxie/beego
- go build .
- tip
script: go get github.com/astaxie/beego && go build .