Trying to disable gopm registry usage

This commit is contained in:
Deluan 2016-02-29 15:06:40 -05:00
parent aad9afa1bb
commit 3f72466e24
1 changed files with 1 additions and 2 deletions

View File

@ -8,9 +8,8 @@ go:
install: install:
- go get github.com/smartystreets/goconvey - go get github.com/smartystreets/goconvey
- go get github.com/gpmgo/gopm - go get github.com/gpmgo/gopm
- go get github.com/siddontang/ledisdb/ledis
- gopm list -v - gopm list -v
- gopm get -v -g - gopm get -v -g -u
script: script:
- go test ./... -v - go test ./... -v