diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-06-27 02:29:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-27 02:29:15 +0200 |
| commit | f34befe74c5a7b18a802f6f3c79607cb2124004c (patch) | |
| tree | 955fc4456e7710213f7339e95cd40464088c08ec /ci | |
| parent | 1ef2d768e71981e4429376a0cb25dbed14dfae52 (diff) | |
| parent | cab3a248b2704e8f188eaf20206f2c87d1a76c0d (diff) | |
| download | rneovim-f34befe74c5a7b18a802f6f3c79607cb2124004c.tar.gz rneovim-f34befe74c5a7b18a802f6f3c79607cb2124004c.tar.bz2 rneovim-f34befe74c5a7b18a802f6f3c79607cb2124004c.zip | |
Merge #6789 from ZyX-I/lua-path
lua: Add paths from &runtimepath to package.path and package.cpath
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/run_lint.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/run_lint.sh b/ci/run_lint.sh index 73647dacaa..e7f6727448 100755 --- a/ci/run_lint.sh +++ b/ci/run_lint.sh @@ -20,6 +20,12 @@ run_test 'top_make testlint' testlint exit_suite --continue +enter_suite 'lualint' + +run_test 'top_make lualint' lualint + +exit_suite --continue + enter_suite single-includes CLICOLOR_FORCE=1 run_test_wd \ |