include plugins in tests

test-plugins
John McLear 2020-09-23 09:59:55 +01:00
parent ff4da04907
commit 659d372ae4
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ before_install:
install:
- "bin/installDeps.sh"
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
- "npm install ep_hash_auth"
# 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"
script:
- "tests/frontend/travis/runner.sh"