Trying glide for dependency management
This commit is contained in:
+6
-15
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user