From ddeaa428154a98da6a9434c04600b4e43df10f00 Mon Sep 17 00:00:00 2001 From: redtide Date: Fri, 27 Dec 2019 01:48:48 +0100 Subject: [PATCH] Wrong operator --- .travis/update_dox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/update_dox.sh b/.travis/update_dox.sh index 42f66d31..d36f4683 100755 --- a/.travis/update_dox.sh +++ b/.travis/update_dox.sh @@ -3,7 +3,7 @@ set -x # No fail, we need to go back to the original branch at the end # Build documentation only from Linux x86_64 builds -if [[ ${TRAVIS_CPU_ARCH} != "amd64" && ${TRAVIS_OS_NAME} != "linux" ]]; then +if [[ ${TRAVIS_CPU_ARCH} != "amd64" || ${TRAVIS_OS_NAME} != "linux" ]]; then exit 0 fi