tests: Fix backend testing which were always partially broken due to cache (#4053)

This commit is contained in:
John McLear 2020-05-29 13:26:34 +01:00 committed by GitHub
parent 00b6a1d9fe
commit c6b5846172
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

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"