From 7b71ae8333d680978220c7e4d93ed8e7a408e678 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 10 May 2018 18:33:28 +0300 Subject: [PATCH] Fix check --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ffbca3b..cdc5b51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ jobs: - docker restart onlyoffice-documentserver - sleep 1m # for init of services - curl localhost/healthcheck # temp - - if [[ $(curl -s localhost/healthcheck) == "true" ]]; then exit 1; fi + - if [[ $(curl -s localhost/healthcheck) != "true" ]]; then exit 1; fi