From ef60a4234da836698873ec4fa3b2e849f2697def Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Thu, 29 Oct 2020 14:22:39 -0400 Subject: [PATCH] .travis.yml: Wrap long plugin install lines --- .travis.yml | 40 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c18b46d70..a3ee3a437 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,18 @@ jobs: - "tests/frontend/travis/sauce_tunnel.sh" - "bin/installDeps.sh" - "rm tests/frontend/specs/*" - - "npm install ep_hash_auth ep_cursortrace ep_subscript_and_superscript ep_headings2 ep_author_hover ep_align ep_table_of_contents ep_font_size ep_markdown ep_spellcheck" + - >- + npm install + ep_hash_auth + ep_cursortrace + ep_subscript_and_superscript + ep_headings2 + ep_author_hover + ep_align + ep_table_of_contents + ep_font_size + ep_markdown + ep_spellcheck - "export GIT_HASH=$(git rev-parse --verify --short HEAD)" script: - "tests/frontend/travis/runner.sh" @@ -83,7 +94,18 @@ jobs: - name: "Run the Backend tests with Plugins" install: - "bin/installDeps.sh" - - "npm install ep_hash_auth ep_cursortrace ep_subscript_and_superscript ep_headings2 ep_author_hover ep_align ep_table_of_contents ep_font_size ep_markdown ep_spellcheck" + - >- + npm install + ep_hash_auth + ep_cursortrace + ep_subscript_and_superscript + ep_headings2 + ep_author_hover + ep_align + ep_table_of_contents + ep_font_size + ep_markdown + ep_spellcheck - "cd src && npm install && cd -" script: - "tests/frontend/travis/runnerBackend.sh" @@ -97,7 +119,19 @@ jobs: - name: "Load test Etherpad with Plugins" install: - "bin/installDeps.sh" - - "npm install ep_hash_auth ep_cursortrace ep_subscript_and_superscript ep_headings2 ep_comments_page ep_author_hover ep_align ep_table_of_contents ep_font_size ep_markdown ep_spellcheck" + - >- + npm install + ep_hash_auth + ep_cursortrace + ep_subscript_and_superscript + ep_headings2 + ep_comments_page + ep_author_hover + ep_align + ep_table_of_contents + ep_font_size + ep_markdown + ep_spellcheck - "cd src && npm install && cd -" - "npm install -g etherpad-load-test" script: