using git instead of npm so I get latest test code

This commit is contained in:
John McLear 2020-09-16 22:13:15 +01:00
parent 2c5ac75c8c
commit ceb4cc9496

View file

@ -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"