From 6717adebba4679f504b41000b5bcf2ec2229e9b3 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 26 Feb 2016 14:09:45 -0500 Subject: [PATCH] Trying to fix dependency issues on travis --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6c271971..c3e3fb6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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