Revert "Giving gopm another chance"

This reverts commit 85df63c416dae9a287fa71edec29d6d1833cc511.
This commit is contained in:
Deluan 2016-03-20 15:43:03 -04:00
parent 85df63c416
commit 6a4a178e14

View File

@ -9,16 +9,15 @@ go:
install:
- go get github.com/gpmgo/gopm
- 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/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
- 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 ./...