diff --git a/.travis.yml b/.travis.yml index cdefcc4..1a96b30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,14 +10,18 @@ env: - config: certs.yml ssl: true - # old certificates path (default onlyoffice if exists) - - config: certs.yml + # old certificates (default tls if onlyoffice not exists) + - config: certs-old.yml + ssl: true + + # old certificates (default onlyoffice if exists) + - config: certs-old.yml ssl: true private_key: onlyoffice.key certificate_request: onlyoffice.csr certificate: onlyoffice.crt - # custom certificates path + # custom certificates - config: certs.yml ssl: true private_key: mycert.key