Revert "Giving gopm another chance"

This reverts commit 85df63c416.
This commit is contained in:
Deluan
2016-03-20 15:43:03 -04:00
parent 85df63c416
commit 6a4a178e14
+8 -9
View File
@@ -9,16 +9,15 @@ go:
install: install:
- 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/deluan/itl
- go get github.com/siddontang/ledisdb/ledis
- go get github.com/karlkfi/inject
- go get github.com/smartystreets/goconvey - go get github.com/smartystreets/goconvey
# - go get github.com/astaxie/beego - go get github.com/dhowden/tag
# - go get github.com/deluan/itl - go get github.com/nfnt/resize
# - go get github.com/siddontang/ledisdb/ledis - go get github.com/kennygrant/sanitize
# - go get github.com/karlkfi/inject - go get github.com/deluan/gomate
# - 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: script:
- go test ./... - go test ./...