From 5bfb8f45a7ab16faf83643cf8c52272a268943b7 Mon Sep 17 00:00:00 2001 From: John McLear Date: Fri, 29 May 2020 12:14:35 +0000 Subject: [PATCH] might do it --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d790a8c36..8c343d338 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ jobs: include: - name: "Run the Backend tests" install: + - "bin/installDeps.sh" - "cd src && npm install && cd -" script: - "tests/frontend/travis/runnerBackend.sh"