Skip to content
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

Consider selective builds #48

Closed
kangwonlee opened this issue Jun 9, 2019 · 2 comments
Closed

Consider selective builds #48

kangwonlee opened this issue Jun 9, 2019 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@kangwonlee
Copy link
Owner

@kangwonlee kangwonlee added the question Further information is requested label Jun 9, 2019
@kangwonlee
Copy link
Owner Author

kangwonlee commented Jun 9, 2019

Do

  1. Minimize build time
  2. Pull out large sections of logic into their own shell scripts
  3. Test multiple language versions for libraries
  4. Skip unnecessary builds
  5. Debug builds using Travis’ Docker containers

Don't

  1. Over-caching
  2. Using $?
  3. Misusing $TRAVIS_BRANCH
  4. after_* callbacks do not mark the build as a failure
  5. Two builds per PR

@kangwonlee
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant