Trying to fix dependency issues on travis

This commit is contained in:
Deluan 2016-02-26 14:09:45 -05:00
parent 7f5270a9c1
commit 6717adebba
1 changed files with 4 additions and 3 deletions

View File

@ -6,13 +6,14 @@ go:
- 1.6
install:
- go get github.com/smartystreets/goconvey
- go get github.com/gpmgo/gopm
- gopm list -v
- gopm get -v
- gopm get -v -g
script:
- gopm test ./... -v
- go test ./... -v
notifications:
email:
- deluan@deluan.com
- travis@deluan.com