Skip to content

Commit fe243a5

Browse files
committed
.ci/script.sh: display nvim --version
1 parent 1f0a21d commit fe243a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci/script.sh

+4
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,9 @@ run_tests() {
3636
}
3737

3838
get_or_build_deps
39+
40+
# Display info for logs.
3941
"${DEPS_INSTALL_PREFIX}/bin/luarocks" list
42+
${NVIM_PROG} --version
43+
4044
run_tests

0 commit comments

Comments
 (0)