Migrating to GoVendor

This commit is contained in:
Deluan
2016-10-10 19:59:00 -04:00
parent bbb3e26600
commit 8d54d42404
6 changed files with 444 additions and 155 deletions
+4 -4
View File
@@ -1,17 +1,17 @@
language: go
go:
- 1.6
- 1.7
- tip
before_install:
- go get github.com/Masterminds/glide
- go get github.com/kardianos/govendor
install:
- glide install
- govendor sync
script:
- go test $(glide nv)
- BEEGO_RUNMODE=test go test `go list ./...|grep -v vendor` -v
notifications:
email: