From 2c5ac75c8cb1e28f8808b2073fd647f9b19abb62 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"