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
parent
0dc59eba4d
commit
9bca865b4f
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue