From 2f883cb605f37a96d6fa3514018400119da76f31 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 --- scripts/run-lint-on-ci.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/run-lint-on-ci.sh b/scripts/run-lint-on-ci.sh index 86bdc177c..357bceb38 100755 --- a/scripts/run-lint-on-ci.sh +++ b/scripts/run-lint-on-ci.sh @@ -35,8 +35,5 @@ go get -d -v ./scripts # Run reviewdog. reviewdog -reporter=github-pr-check -# Check tag name conflicts -vim --cmd "try | helptags doc/ | catch | cquit | endtry" --cmd quit - # Validate changelog ruby scripts/check-changelog.rb