mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 19:06:15 -04:00
using git instead of npm so I get latest test code
This commit is contained in:
parent
2c5ac75c8c
commit
ceb4cc9496
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue