mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
tests: in Travis, also run the backend tests
This change introduces automatic execution of the backend tests in Travis. Implements #2351.
This commit is contained in:
parent
c2ea2b3a6d
commit
93180c287b
4 changed files with 56 additions and 0 deletions
|
@ -24,6 +24,11 @@ env:
|
|||
|
||||
jobs:
|
||||
include:
|
||||
- name: "Run the Backend tests"
|
||||
install:
|
||||
- "cd src && npm install && cd -"
|
||||
script:
|
||||
- "tests/frontend/travis/runnerBackend.sh"
|
||||
- name: "Test the Frontend"
|
||||
install:
|
||||
- "bin/installDeps.sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue