Why gopm does not work in travis?!
This commit is contained in:
+4
-2
@@ -6,10 +6,12 @@ go:
|
|||||||
- 1.6
|
- 1.6
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get github.com/smartystreets/goconvey
|
|
||||||
- go get github.com/gpmgo/gopm
|
- go get github.com/gpmgo/gopm
|
||||||
- gopm list -v
|
- 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:
|
script:
|
||||||
- go test ./... -v
|
- go test ./... -v
|
||||||
|
|||||||
Reference in New Issue
Block a user