might do it

This commit is contained in:
John McLear 2020-05-29 12:14:35 +00:00
parent 00b6a1d9fe
commit 5bfb8f45a7

View file

@ -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"