From bee464f486a86783b86afd60ef3eee9bb1af30c8 Mon Sep 17 00:00:00 2001 From: johnniang Date: Thu, 9 May 2019 15:54:11 +0800 Subject: [PATCH] Modify stage condition of build-docker-image --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f6d129fd2..1636702d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ stages: - test - build - name: build-docker-image - if: branch = master OR branch = dev + if: branch = master branches: only: - master