diff --git a/.travis.yml b/.travis.yml index 4fb99df6a..cc06b9370 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,7 @@ jobs: install: - "bin/installDeps.sh" - "cd src && npm install && cd -" - - "npm install etherpad-load-test" + - "npm install -g etherpad-load-test" script: - "tests/frontend/travis/runnerLoadTestMultiPad.sh" # we can only frontend tests from the ether/ organization and not from forks.