From 0f7dfda7ada6cab60fb1369a9b8237e0426ccbda Mon Sep 17 00:00:00 2001 From: thinca Date: Sun, 26 Jun 2016 17:47:40 +0900 Subject: [PATCH] Remove helptags test from travis This is tested in test/help.vim --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e57dcdf4..4560155d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,6 @@ script: - uname -a - which -a vim - vim --cmd version --cmd quit - - vim --cmd "try | helptags doc/ | catch | cquit | endtry" --cmd quit - if [ x"$HEAD" = "xyes" ] && [ "$TRAVIS_OS_NAME" != "osx" ]; then sh /tmp/vim-vimlint/bin/vimlint.sh -l /tmp/vim-vimlint -p /tmp/vim-vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 autoload; fi # - /tmp/vim-themis/bin/themis --runtimepath /tmp/vimproc --reporter dot - /tmp/vim-themis/bin/themis --runtimepath /tmp/vimproc --exclude ConcurrentProcess --reporter dot