From bcffb294eeb45e6d0a7c046f0b5f54a7848dc9f8 Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 16 Sep 2020 22:52:16 +0100 Subject: [PATCH] doing install twice? --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ca851f598..49dff79f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"