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