From ceb4cc9496d00b0e51c64072446f223daf2a7cbc Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 16 Sep 2020 22:13:15 +0100 Subject: [PATCH] using git instead of npm so I get latest test code --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1622e0afe..ca851f598 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,8 @@ before_install: install: - "bin/installDeps.sh" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)" - - "npm install ep_hash_auth" +# - "npm install ep_hash_auth" + - "git clone https://github.com/ether/ep_hash_auth.git node_modules/ep_hash_auth" script: - "tests/frontend/travis/runner.sh"