From 520f257ed19cb410dbbf0fc3017869bd544a8173 Mon Sep 17 00:00:00 2001 From: Luiza Pagliari Date: Thu, 12 Jan 2017 13:04:32 -0200 Subject: [PATCH] [chore] Use helper plugin when running tests on Travis This plugin allows us to test code related to plugins, like testing issues that only happen when we have plugins using line attribs, for example (see #3118). --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4cdf6383..911ea8ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ node_js: install: - "bin/installDeps.sh" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)" + - "npm install ep_test_line_attrib" before_script: - "tests/frontend/travis/sauce_tunnel.sh" script: