test-plugins
John McLear 2020-09-23 15:44:14 +01:00
parent 6e84930e1b
commit 61876fc48b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ install:
- "bin/installDeps.sh" - "bin/installDeps.sh"
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
# Installing some plugins # Installing some plugins
- "npm install ep_hash_auth ep_cursortrace ep_subscript_and_superscript ep_headings2 ep_comments ep_author_hover ep_align ep_webrtc 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_webrtc ep_table_of_contents ep_font_size ep_markdown ep_spellcheck"
script: script:
- "tests/frontend/travis/runner.sh" - "tests/frontend/travis/runner.sh"