mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -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.
|
# Generate a self-signed X.509 certificate for TLS.
|
||||||
before_script:
|
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
|
- 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
|
||||||
- ("$TEST_SUITE" -eq "integ-test") && ./scripts/install-local-kafka.sh
|
- if [[ "$TEST_SUITE" -eq "integ-test" ]]; then ./scripts/install-local-kafka.sh; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./scripts/travis-test.sh
|
- ./scripts/travis-test.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue