Commit 45e1b802 authored by Greg Williams's avatar Greg Williams
Browse files

Added --skip-completion-check option to travis lint command, since it hangs...

Added --skip-completion-check option to travis lint command, since it hangs the build in travis... DOH
parent 470fff5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ end
desc "Validate .travis.yml config file"
namespace :travis do
  task :validate do
    execute_command "travis lint --skip-version-check", "Validating Travis CI Configuration"
    execute_command "bundle exec travis lint --skip-version-check --skip-completion-check", "Validating Travis CI Configuration"
  end
end