Why gopm does not work in travis?!

This commit is contained in:
Deluan 2016-02-29 22:46:41 -05:00
parent b869843986
commit 26e49f582b
1 changed files with 4 additions and 2 deletions

View File

@ -6,10 +6,12 @@ go:
- 1.6
install:
- go get github.com/smartystreets/goconvey
- go get github.com/gpmgo/gopm
- gopm list -v
- gopm get -v -g -u
- go get github.com/astaxie/beego
- go get github.com/dhowden/itl
- go get github.com/siddontang/ledisdb
- go get github.com/smartystreets/goconvey
script:
- go test ./... -v