Trying glide for dependency management

This commit is contained in:
Deluan
2016-03-25 02:03:16 -04:00
parent f9f3d99714
commit c014fdd2d2
5 changed files with 130 additions and 31 deletions
+6 -15
View File
@@ -1,26 +1,17 @@
sudo: false
language: go
go:
- 1.6
- tip
- tip
before_install:
- go get github.com/Masterminds/glide
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
- 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
- glide install
script:
- go test ./...
- go test $(glide nv)
notifications:
email: