doing install twice?

testings
John McLear 2020-09-16 22:52:16 +01:00
parent ceb4cc9496
commit bcffb294ee
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ jobs:
- name: "Run the Backend tests"
install:
- "bin/installDeps.sh"
- "git clone https://github.com/ether/ep_hash_auth.git node_modules/ep_hash_auth"
- "cd src && npm install && cd -"
script:
- "tests/frontend/travis/runnerBackend.sh"