From 5c8a28cefc96d968cee20903c5584e8aead8143e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Wed, 25 Mar 2020 10:46:22 +0100 Subject: [PATCH] Remove branch filtering for self tests --- .appveyor.yml | 9 --------- .azure-pipelines.yml | 10 ---------- .travis.yml | 9 --------- 3 files changed, 28 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index f197514..91ba7a6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -23,15 +23,6 @@ version: 1.0.{build}-{branch} shallow_clone: true -branches: - only: - - master - - develop - - /bugfix\/.*/ - - /feature\/.*/ - - /fix\/.*/ - - /pr\/.*/ - matrix: # Adding MAYFAIL to any matrix job allows it to fail but the build stays green: allow_failures: diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index a6d941c..d021c0a 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -18,16 +18,6 @@ # # That's it - the script will do everything else for you. -trigger: - branches: - include: - - develop - - master - - bugfix/* - - feature/* - - fix/* - - pr/* - pr: branches: include: diff --git a/.travis.yml b/.travis.yml index 7513f70..8124ce0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,15 +52,6 @@ addons: services: - docker -branches: - only: - - master - - develop - - /bugfix\/.*/ - - /feature\/.*/ - - /fix\/.*/ - - /pr\/.*/ - script: - cd $BOOST_ROOT/libs/$SELF - ci/travis/build.sh