aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rwxr-xr-xvim/test.sh5
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"