Remove branch filtering for self tests

This commit is contained in:
Mateusz Łoskot
2020-03-25 10:46:22 +01:00
parent 0ea00548f9
commit 5c8a28cefc
3 changed files with 0 additions and 28 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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