.travis.yml: Sort plugins

pull/4451/head
Richard Hansen 2020-10-29 14:23:16 -04:00
parent ef60a4234d
commit 8969b6ba7f
1 changed files with 19 additions and 19 deletions

View File

@ -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: