From 257217978f57814b9781695b8606a89e224dae62 Mon Sep 17 00:00:00 2001 From: Semen Bezrukov Date: Thu, 4 Jun 2020 17:17:55 +0300 Subject: [PATCH] Rename test --- .travis.yml | 4 ++-- tests/{edition.yml => standalone.yml} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/{edition.yml => standalone.yml} (100%) diff --git a/.travis.yml b/.travis.yml index 06beae0..6018474 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,10 @@ dist: trusty env: # community edition - - config: edition.yml + - config: standalone.yml # integration edition - - config: edition.yml + - config: standalone.yml PRODUCT_NAME: documentserver-ie # certificates (default tls if onlyoffice not exists) diff --git a/tests/edition.yml b/tests/standalone.yml similarity index 100% rename from tests/edition.yml rename to tests/standalone.yml