Giving gopm another chance

This commit is contained in:
Deluan 2016-03-20 13:56:20 -04:00
parent 21b39d922c
commit 85df63c416
1 changed files with 9 additions and 8 deletions

View File

@ -9,15 +9,16 @@ go:
install:
- go get github.com/gpmgo/gopm
- gopm list -v
- go get github.com/astaxie/beego
- go get github.com/deluan/itl
- go get github.com/siddontang/ledisdb/ledis
- go get github.com/karlkfi/inject
- gopm get -v -g -u
- go get github.com/smartystreets/goconvey
- go get github.com/dhowden/tag
- go get github.com/nfnt/resize
- go get github.com/kennygrant/sanitize
- go get github.com/deluan/gomate
# - go get github.com/astaxie/beego
# - go get github.com/deluan/itl
# - go get github.com/siddontang/ledisdb/ledis
# - go get github.com/karlkfi/inject
# - go get github.com/dhowden/tag
# - go get github.com/nfnt/resize
# - go get github.com/kennygrant/sanitize
# - go get github.com/deluan/gomate
script:
- go test ./...