mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Remove before script
This commit is contained in:
parent
74ee0f7c76
commit
8e765c338b
|
|
@ -22,10 +22,6 @@ services:
|
|||
install:
|
||||
- go get github.com/constabulary/gb/...
|
||||
|
||||
# Generate a self-signed X.509 certificate for TLS.
|
||||
before_script:
|
||||
- if [[ "${TEST_SUITE:-integ-test}" == "integ-test" ]]; then ./scripts/install-local-kafka.sh; fi
|
||||
|
||||
script:
|
||||
- ./scripts/travis-test.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue