From e71e52ac942481d134632e1a512136053c373b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 4 Nov 2016 08:28:14 +0100 Subject: test/vim: do not run these tests in continuous integration environment In contrast to the local enivronment they don't seem to work reliably. --- vim/test.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vim') 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" -- cgit v1.2.3