From 5262c1da0df5797cbfac2e4afe8cdb9f8f84499a Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 26 Sep 2020 17:12:41 +0100 Subject: [PATCH] remove frontend tests before running plugin tests --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d46f6b258..eae1f2a18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,12 +65,13 @@ jobs: # we can only frontend tests from the ether/ organization and not from forks. # To request tests to be run ask a maintainer to fork your repo to ether/ - if: fork = false - name: "Test the Frontend with Plugins" + name: "Test the Frontend Plugins only" install: #FIXME - "sed 's/\"loglevel\": \"INFO\",/\"loglevel\": \"WARN\",/g' settings.json.template > settings.json" - "tests/frontend/travis/sauce_tunnel.sh" - "bin/installDeps.sh" + - "rm -Rf tests/frontend/specs" - "npm install ep_hash_auth ep_cursortrace ep_subscript_and_superscript ep_headings2 ep_author_hover ep_align ep_webrtc ep_table_of_contents ep_font_size ep_markdown ep_spellcheck" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)" script: