[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).
This commit is contained in:
Luiza Pagliari 2017-01-12 13:04:32 -02:00
parent b2d9f57338
commit 520f257ed1
1 changed files with 1 additions and 0 deletions

View File

@ -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: