Trying to fix dependency issues on travis
This commit is contained in:
+4
-3
@@ -6,13 +6,14 @@ go:
|
|||||||
- 1.6
|
- 1.6
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- go get github.com/smartystreets/goconvey
|
||||||
- go get github.com/gpmgo/gopm
|
- go get github.com/gpmgo/gopm
|
||||||
- gopm list -v
|
- gopm list -v
|
||||||
- gopm get -v
|
- gopm get -v -g
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- gopm test ./... -v
|
- go test ./... -v
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
- deluan@deluan.com
|
- travis@deluan.com
|
||||||
|
|||||||
Reference in New Issue
Block a user