mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
doing install twice?
This commit is contained in:
parent
ceb4cc9496
commit
bcffb294ee
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ jobs:
|
|||
- name: "Run the Backend tests"
|
||||
install:
|
||||
- "bin/installDeps.sh"
|
||||
- "git clone https://github.com/ether/ep_hash_auth.git node_modules/ep_hash_auth"
|
||||
- "cd src && npm install && cd -"
|
||||
script:
|
||||
- "tests/frontend/travis/runnerBackend.sh"
|
||||
|
|
Loading…
Reference in a new issue