diff options
Diffstat (limited to 'vim/test.sh')
| -rwxr-xr-x | vim/test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/test.sh b/vim/test.sh index e8b02c2..d353e00 100755 --- a/vim/test.sh +++ b/vim/test.sh @@ -1,5 +1,10 @@ #!/bin/sh +[ ! -z "$CI" ] && { + echo "Skipping tests in CI environment" + exit 0 +} + [ -z "$VIS" ] && VIS="../../vis" [ -z "$VIM" ] && VIM="vim" |
