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.
pull/4049/head
John McLear 2020-05-28 11:37:10 +01:00 committed by GitHub
parent 0dc59eba4d
commit 9bca865b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ services:
install: install:
- "bin/installDeps.sh" - "bin/installDeps.sh"
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
- "npm install ep_test_line_attrib" # - "npm install ep_test_line_attrib"
before_script: before_script:
- "tests/frontend/travis/sauce_tunnel.sh" - "tests/frontend/travis/sauce_tunnel.sh"
@ -33,7 +33,7 @@ jobs:
install: install:
- "bin/installDeps.sh" - "bin/installDeps.sh"
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
- "npm install ep_test_line_attrib" # - "npm install ep_test_line_attrib"
script: script:
- "tests/frontend/travis/runner.sh" - "tests/frontend/travis/runner.sh"
- name: "Test the Dockerfile" - name: "Test the Dockerfile"