Why gopm does not work in travis?!
This commit is contained in:
parent
b869843986
commit
26e49f582b
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue