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"