-
Notifications
You must be signed in to change notification settings - Fork 83
chore(ci): Ensure Travis unit tests also run on release branches. #164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Can we just run on all branches? |
Were you thinking about running these when we open up PRs against feature branches? My only concern is that could exhaust our resource alloc on Travis. With this we will at least run Travis unit tests whenever there are PRs open against those branches. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still think it would be simpler/cleaner to just remove the branches filter completely, and wouldn't really affect our usage much, since we hardly ever create PRs against anything but master.
Summary
Release branches need to have unit tests run on them given that we will soon be in a state (3.x release) where we can't always fast-forward these branches to the latest master.