From fa5620d5fe19311b7d6da5597616505ca743328e Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Mon, 2 Oct 2017 16:05:42 -0700 Subject: [PATCH] Run Travis builds on feature branches (#691) This makes it possible to commit reviewed code to a branch when working on a larger change that's composed of multiple pull requests. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e0e99b8d32172..15e8a5df3fc62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@ matrix: # Only building master means that we don't run two builds for each pull request. branches: - only: [master] + only: [master, /feature\..*/] cache: directories: