.travis.yml: Sort plugins
parent
ef60a4234d
commit
8969b6ba7f
38
.travis.yml
38
.travis.yml
|
@ -73,16 +73,16 @@ jobs:
|
||||||
- "rm tests/frontend/specs/*"
|
- "rm tests/frontend/specs/*"
|
||||||
- >-
|
- >-
|
||||||
npm install
|
npm install
|
||||||
ep_hash_auth
|
|
||||||
ep_cursortrace
|
|
||||||
ep_subscript_and_superscript
|
|
||||||
ep_headings2
|
|
||||||
ep_author_hover
|
|
||||||
ep_align
|
ep_align
|
||||||
ep_table_of_contents
|
ep_author_hover
|
||||||
|
ep_cursortrace
|
||||||
ep_font_size
|
ep_font_size
|
||||||
|
ep_hash_auth
|
||||||
|
ep_headings2
|
||||||
ep_markdown
|
ep_markdown
|
||||||
ep_spellcheck
|
ep_spellcheck
|
||||||
|
ep_subscript_and_superscript
|
||||||
|
ep_table_of_contents
|
||||||
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
||||||
script:
|
script:
|
||||||
- "tests/frontend/travis/runner.sh"
|
- "tests/frontend/travis/runner.sh"
|
||||||
|
@ -96,16 +96,16 @@ jobs:
|
||||||
- "bin/installDeps.sh"
|
- "bin/installDeps.sh"
|
||||||
- >-
|
- >-
|
||||||
npm install
|
npm install
|
||||||
ep_hash_auth
|
|
||||||
ep_cursortrace
|
|
||||||
ep_subscript_and_superscript
|
|
||||||
ep_headings2
|
|
||||||
ep_author_hover
|
|
||||||
ep_align
|
ep_align
|
||||||
ep_table_of_contents
|
ep_author_hover
|
||||||
|
ep_cursortrace
|
||||||
ep_font_size
|
ep_font_size
|
||||||
|
ep_hash_auth
|
||||||
|
ep_headings2
|
||||||
ep_markdown
|
ep_markdown
|
||||||
ep_spellcheck
|
ep_spellcheck
|
||||||
|
ep_subscript_and_superscript
|
||||||
|
ep_table_of_contents
|
||||||
- "cd src && npm install && cd -"
|
- "cd src && npm install && cd -"
|
||||||
script:
|
script:
|
||||||
- "tests/frontend/travis/runnerBackend.sh"
|
- "tests/frontend/travis/runnerBackend.sh"
|
||||||
|
@ -121,17 +121,17 @@ jobs:
|
||||||
- "bin/installDeps.sh"
|
- "bin/installDeps.sh"
|
||||||
- >-
|
- >-
|
||||||
npm install
|
npm install
|
||||||
ep_hash_auth
|
|
||||||
ep_cursortrace
|
|
||||||
ep_subscript_and_superscript
|
|
||||||
ep_headings2
|
|
||||||
ep_comments_page
|
|
||||||
ep_author_hover
|
|
||||||
ep_align
|
ep_align
|
||||||
ep_table_of_contents
|
ep_author_hover
|
||||||
|
ep_comments_page
|
||||||
|
ep_cursortrace
|
||||||
ep_font_size
|
ep_font_size
|
||||||
|
ep_hash_auth
|
||||||
|
ep_headings2
|
||||||
ep_markdown
|
ep_markdown
|
||||||
ep_spellcheck
|
ep_spellcheck
|
||||||
|
ep_subscript_and_superscript
|
||||||
|
ep_table_of_contents
|
||||||
- "cd src && npm install && cd -"
|
- "cd src && npm install && cd -"
|
||||||
- "npm install -g etherpad-load-test"
|
- "npm install -g etherpad-load-test"
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue