attempt to make travis happy

pull/1284/head
cornfeedhobo 2019-06-29 16:27:12 -05:00
parent 81a955324b
commit 8abbd02560
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 7 additions and 2 deletions

View File

@ -5,6 +5,10 @@ load ../../lib/helpers
load ../../lib/composure
load ../../plugins/available/go.plugin
@test 'ensure _go_pathmunge_wrap is defined' {
[[ $(type -t _go_pathmunge_wrap) = 'function' ]]
}
@test 'debug where is go in travis' {
assert_equal $(which go) 'dummy'
}
@ -17,8 +21,9 @@ load ../../plugins/available/go.plugin
assert_equal $(go env GOROOT) 'dummy'
}
@test 'ensure _go_pathmunge_wrap is defined' {
[[ $(type -t _go_pathmunge_wrap) = 'function' ]]
@test 'debug goroot in travis, after load' {
load ../../plugins/available/go.plugin
assert_equal $(go env GOROOT) 'dummy'
}
@test 'plugins go: single entry in GOPATH' {