From 11f7e0a5d110e30ae530f3979286ebec7c531f7a Mon Sep 17 00:00:00 2001 From: John McLear Date: Mon, 9 Nov 2020 20:12:17 +0000 Subject: [PATCH] doh --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.