From 1618e89c410a860a1365903734d6bf789b77290e Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 22 Jun 2018 01:40:12 +0200 Subject: [PATCH] travis: remove unneeded debug builds on tags for faster release deployment (#3266) * add hint * enable condition for debug * enable new conditions --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ed45409c..9b1b0ea0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: cpp cache: ccache +conditions: v1 + matrix: fast_finish: true @@ -10,6 +12,7 @@ matrix: dist: trusty group: stable env: BUILDTYPE=Debug + if: tag IS NOT present - os: linux dist: trusty group: stable @@ -18,6 +21,7 @@ matrix: - os: osx osx_image: xcode8 env: BUILDTYPE=Debug + if: tag IS NOT present - os: osx osx_image: xcode8 env: BUILDTYPE=Release