mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
[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:
parent
b2d9f57338
commit
520f257ed1
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue