attempt to make travis happy
parent
81a955324b
commit
8abbd02560
|
|
@ -5,6 +5,10 @@ load ../../lib/helpers
|
||||||
load ../../lib/composure
|
load ../../lib/composure
|
||||||
load ../../plugins/available/go.plugin
|
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' {
|
@test 'debug where is go in travis' {
|
||||||
assert_equal $(which go) 'dummy'
|
assert_equal $(which go) 'dummy'
|
||||||
}
|
}
|
||||||
|
|
@ -17,8 +21,9 @@ load ../../plugins/available/go.plugin
|
||||||
assert_equal $(go env GOROOT) 'dummy'
|
assert_equal $(go env GOROOT) 'dummy'
|
||||||
}
|
}
|
||||||
|
|
||||||
@test 'ensure _go_pathmunge_wrap is defined' {
|
@test 'debug goroot in travis, after load' {
|
||||||
[[ $(type -t _go_pathmunge_wrap) = 'function' ]]
|
load ../../plugins/available/go.plugin
|
||||||
|
assert_equal $(go env GOROOT) 'dummy'
|
||||||
}
|
}
|
||||||
|
|
||||||
@test 'plugins go: single entry in GOPATH' {
|
@test 'plugins go: single entry in GOPATH' {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue