From 9bca865b4f0804276acb4f8f6d243a4f902d2b51 Mon Sep 17 00:00:00 2001 From: John McLear Date: Thu, 28 May 2020 11:37:10 +0100 Subject: [PATCH] Removing ep_test_line_attrib include Intentionally committing directly to develop. Removing ep_test_line_attrib because it's breaking other tests from running. The weird thing is even when this is removed from other branches it appears to be included. Hopefully committing directly to develop will make things work. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b3bb6c7c..ff6c46301 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ services: install: - "bin/installDeps.sh" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)" - - "npm install ep_test_line_attrib" +# - "npm install ep_test_line_attrib" before_script: - "tests/frontend/travis/sauce_tunnel.sh" @@ -33,7 +33,7 @@ jobs: install: - "bin/installDeps.sh" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)" - - "npm install ep_test_line_attrib" +# - "npm install ep_test_line_attrib" script: - "tests/frontend/travis/runner.sh" - name: "Test the Dockerfile"