attempt to make travis happy

pull/1284/head
cornfeedhobo 2019-06-28 09:20:36 -05:00
parent edb85747e1
commit 407a4bf22b
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 4 additions and 0 deletions

View File

@ -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'
}