Skip to content

Commit

Permalink
Run Travis builds on feature branches (flutter#691)
Browse files Browse the repository at this point in the history
This makes it possible to commit reviewed code to a branch when working
on a larger change that's composed of multiple pull requests.
  • Loading branch information
nex3 authored Oct 2, 2017
1 parent c07f13b commit fa5620d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fa5620d

Please sign in to comment.