From 13252c955c1aafe2f860c4875f8f6c06b19b4301 Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 16 Sep 2020 19:58:44 +0100 Subject: [PATCH] include hash auth in tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7b0ed03ae..1622e0afe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ before_install: install: - "bin/installDeps.sh" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)" + - "npm install ep_hash_auth" script: - "tests/frontend/travis/runner.sh"