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