From 831fe2b1124af71fd546b308f355a405a1178cd6 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Sun, 19 Feb 2017 15:55:46 +0530 Subject: [PATCH] Enable travis on fork branches with normalized naming scheme --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 27b63c6c08b376..b84f68ab9fe6d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ branches: only: - master - /^\d\.\d$/ + - /^bpo-\d+$/ os: - linux