From 989239d6624adac231ee00000c5fab3f2b115e29 Mon Sep 17 00:00:00 2001 From: cipchk Date: Tue, 23 Oct 2018 12:41:03 +0800 Subject: [PATCH] ci: fix duplcated build artifacts --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6a101c812e..6406e44bdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ jobs: - env: "MODE=site" - env: "DEPLOY_MODE=build" - env: "DEPLOY_MODE=build_artifacts" + if: branch = master matrix: allow_failures: - env: "DEPLOY_MODE=build_artifacts"