diff --git a/.travis.yml b/.travis.yml
index 5511859d9..dde8041a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,7 +52,7 @@ jobs:
script: scripts/aot.sh
- stage: build
name: "Build Android"
- if: env(DEPLOY) IS NOT blank AND ((env(DEPLOY) = 1 AND NOT branch = desktop) OR (env(DEPLOY) IN (2,3) AND tag IS NOT blank))
+ if: env(DEPLOY) IS NOT blank AND ((env(DEPLOY) = 1 AND branch != desktop) OR (env(DEPLOY) IN (2,3) AND tag IS NOT blank))
os: linux
dist: trusty
group: edge
@@ -69,7 +69,7 @@ jobs:
script: scripts/aot.sh
- stage: build
name: "Build iOS"
- if: env(DEPLOY) IS NOT blank AND ((env(DEPLOY) = 1 AND NOT branch = desktop) OR (env(DEPLOY) IN (2,3) AND tag IS NOT blank))
+ if: env(DEPLOY) IS NOT blank AND ((env(DEPLOY) = 1 AND branch != desktop) OR (env(DEPLOY) IN (2,3) AND tag IS NOT blank))
os: osx
osx_image: xcode12u
env:
diff --git a/config.xml b/config.xml
index f3022ae76..7ab400932 100644
--- a/config.xml
+++ b/config.xml
@@ -112,11 +112,6 @@
-
-
-
-
-