mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 01:13:10 -06:00
Fixup
This commit is contained in:
parent
47a5da29bc
commit
bf6f7849d4
|
|
@ -27,8 +27,8 @@ install:
|
|||
|
||||
# Generate a self-signed X.509 certificate for TLS.
|
||||
before_script:
|
||||
- ("$TEST_SUITE" -eq "integ-test") && openssl req -x509 -newkey rsa:512 -keyout server.key -out server.crt -days 365 -nodes -subj /CN=localhost
|
||||
- ("$TEST_SUITE" -eq "integ-test") && ./scripts/install-local-kafka.sh
|
||||
- if [[ "$TEST_SUITE" -eq "integ-test" ]]; then openssl req -x509 -newkey rsa:512 -keyout server.key -out server.crt -days 365 -nodes -subj /CN=localhost; fi
|
||||
- if [[ "$TEST_SUITE" -eq "integ-test" ]]; then ./scripts/install-local-kafka.sh; fi
|
||||
|
||||
script:
|
||||
- ./scripts/travis-test.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue