This is an automated email from the ASF dual-hosted git repository. xvrl pushed a commit to branch restrict-travis-branches in repository https://gitbox.apache.org/repos/asf/druid.git
commit 0bea7e0b36101ef08ae4d8cd99c10ecd75b80096 Author: Xavier Léauté <[email protected]> AuthorDate: Tue Jun 8 12:19:46 2021 -0700 restrict travis builds to main and release branches --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2fbc7d6..b0accff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +branches: + only: + - master + - /^\d+\.\d+\.\d+(-\S*)?$/ # release branches + language: java dist: xenial --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
