mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 18:36: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
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash
|
||||
if [ -z "${SAUCE_USERNAME}" ]; then echo "SAUCE_USERNAME is unset - exiting"; exit 1; fi
|
||||
if [ -z "${SAUCE_ACCESS_KEY}" ]; then echo "SAUCE_ACCESS_KEY is unset - exiting"; exit 1; fi
|
||||
|
||||
# do not continue if there is an error
|
||||
set -eu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue