.travis.yml: Wrap long plugin install lines
parent
d21afba45a
commit
ef60a4234d
40
.travis.yml
40
.travis.yml
|
@ -71,7 +71,18 @@ jobs:
|
||||||
- "tests/frontend/travis/sauce_tunnel.sh"
|
- "tests/frontend/travis/sauce_tunnel.sh"
|
||||||
- "bin/installDeps.sh"
|
- "bin/installDeps.sh"
|
||||||
- "rm tests/frontend/specs/*"
|
- "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)"
|
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
||||||
script:
|
script:
|
||||||
- "tests/frontend/travis/runner.sh"
|
- "tests/frontend/travis/runner.sh"
|
||||||
|
@ -83,7 +94,18 @@ jobs:
|
||||||
- name: "Run the Backend tests with Plugins"
|
- name: "Run the Backend tests with Plugins"
|
||||||
install:
|
install:
|
||||||
- "bin/installDeps.sh"
|
- "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 -"
|
- "cd src && npm install && cd -"
|
||||||
script:
|
script:
|
||||||
- "tests/frontend/travis/runnerBackend.sh"
|
- "tests/frontend/travis/runnerBackend.sh"
|
||||||
|
@ -97,7 +119,19 @@ jobs:
|
||||||
- name: "Load test Etherpad with Plugins"
|
- name: "Load test Etherpad with Plugins"
|
||||||
install:
|
install:
|
||||||
- "bin/installDeps.sh"
|
- "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 -"
|
- "cd src && npm install && cd -"
|
||||||
- "npm install -g etherpad-load-test"
|
- "npm install -g etherpad-load-test"
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue