From b1b181927d0d108d6d7244da28af3df3d8d61c77 Mon Sep 17 00:00:00 2001 From: John McLear Date: Thu, 28 May 2020 12:33:57 +0000 Subject: [PATCH] Revert "Removing ep_test_line_attrib include" This reverts commit 9bca865b4f0804276acb4f8f6d243a4f902d2b51. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ff6c46301..6b3bb6c7c 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"