Trying to fix dependency issues on travis
This commit is contained in:
parent
7f5270a9c1
commit
6717adebba
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue