From 659d372ae45d2034f5bdaa585f65b7b56d40e508 Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 23 Sep 2020 09:59:55 +0100 Subject: [PATCH] include plugins in tests --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1622e0afe..937d11a53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"