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
+4 -3
View File
@@ -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