From 94ccad225dcbc19f38faf9efbc65b680a6979742 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 11 Mar 2016 01:26:35 -0500 Subject: [PATCH] Forcing runmode to test on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 389ad5f3..b91c1408 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: - go get github.com/deluan/gomate script: - - go test ./... + - BEEGO_RUNMODE=test go test ./... notifications: email: