From 407a4bf22b12349c2dc777b5baf7b6a86ab915cc Mon Sep 17 00:00:00 2001 From: cornfeedhobo Date: Fri, 28 Jun 2019 09:20:36 -0500 Subject: [PATCH] attempt to make travis happy --- test/plugins/go.plugin.bats | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/plugins/go.plugin.bats b/test/plugins/go.plugin.bats index db528451..970d0c0b 100644 --- a/test/plugins/go.plugin.bats +++ b/test/plugins/go.plugin.bats @@ -5,6 +5,10 @@ load ../../lib/helpers load ../../lib/composure load ../../plugins/available/go.plugin +@test 'debug where is go in travis' { + assert_equal $(which go) 'dummy' +} + @test 'debug gopath in travis' { assert_equal $(go env GOPATH) 'dummy' }