-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Create a build matrix to support multiple version of React Native and OSs #345
Conversation
# Conflicts: # generation/package.json
I’d close this PR, it’s not written in … TDDTravis Driven Development CC @DanielZlotin |
Travis Driven Development is a kind of TDD |
Would it make sense for the next time to squash the commits and provide a meaningful commit message? It feels to me like git blame / history might be a problem for the files involved 😇 Just my humble opinion, no offence 👍 But great job, I hope we will spot a lot of errors with this 👍 |
Dear Mr. @DanielMSchmidt, |
Ups, sorry, I didn't knew that and I must have missed this here :/ sorry to be the one writing incorrect and annoying comments :( |
The end goal is to run a build matrix to support the following:
The current PR resolves the first two points.
Of course, a lot of CI Driven Development had to be done in order to understand what is supported in TravisCI and what's not (Hence CIDD commits)