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"