diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index 7a2846dbe..3b178622e 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -59,7 +59,7 @@ jobs: run: bin/installDeps.sh - name: Install etherpad plugins - run: npm install ep_align ep_author_hover ep_cursortrace ep_font_size ep_hash_auth ep_headings2 ep_markdown ep_readonly_guest ep_spellcheck ep_subscript_and_superscript ep_table_of_contents + run: npm install ep_align ep_author_hover ep_cursortrace ep_font_size ep_hash_auth ep_headings2 ep_markdown ep_readonly_guest ep_spellcheck ep_subscript_and_superscript ep_table_of_contents ep_set_title_on_pad - name: export GIT_HASH to env id: environment diff --git a/.travis.yml b/.travis.yml index 87181c157..3f8ad1cf1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,7 @@ _install_plugins: &install_plugins >- ep_spellcheck ep_subscript_and_superscript ep_table_of_contents + ep_set_title_on_pad jobs: include: