From 04ab3d7f13ea2cafc68b7c706fe201e11f1570c4 Mon Sep 17 00:00:00 2001 From: tooomm Date: Tue, 23 Jan 2018 18:58:56 +0100 Subject: [PATCH] fix release run on tags (#3046) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0aebaf63..e460b012 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,14 +14,14 @@ matrix: dist: trusty group: stable env: BUILDTYPE=Release - if: branch = master AND NOT type = pull_request + if: (branch = master AND NOT type = pull_request) OR tag IS present - os: osx osx_image: xcode8 env: BUILDTYPE=Debug - os: osx osx_image: xcode8 env: BUILDTYPE=Release - if: branch = master AND NOT type = pull_request + if: (branch = master AND NOT type = pull_request) OR tag IS present #install dependencies for container-based "linux" builds addons: