From 8969b6ba7fade569cda1766930058c9aeb312cae Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Thu, 29 Oct 2020 14:23:16 -0400 Subject: [PATCH] .travis.yml: Sort plugins --- .travis.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index a3ee3a437..b97e7cd76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,16 +73,16 @@ jobs: - "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_author_hover + ep_cursortrace ep_font_size + ep_hash_auth + ep_headings2 ep_markdown ep_spellcheck + ep_subscript_and_superscript + ep_table_of_contents - "export GIT_HASH=$(git rev-parse --verify --short HEAD)" script: - "tests/frontend/travis/runner.sh" @@ -96,16 +96,16 @@ jobs: - "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_author_hover + ep_cursortrace ep_font_size + ep_hash_auth + ep_headings2 ep_markdown ep_spellcheck + ep_subscript_and_superscript + ep_table_of_contents - "cd src && npm install && cd -" script: - "tests/frontend/travis/runnerBackend.sh" @@ -121,17 +121,17 @@ jobs: - "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_author_hover + ep_comments_page + ep_cursortrace ep_font_size + ep_hash_auth + ep_headings2 ep_markdown ep_spellcheck + ep_subscript_and_superscript + ep_table_of_contents - "cd src && npm install && cd -" - "npm install -g etherpad-load-test" script: