From ff20e4e6b2d70cded755dd901c335139fde9ea52 Mon Sep 17 00:00:00 2001 From: Semen Bezrukov Date: Wed, 29 Apr 2020 16:30:26 +0300 Subject: [PATCH] Fix old cert test --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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