-
Notifications
You must be signed in to change notification settings - Fork 321
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
Update travis configuration #228
Conversation
I'll open issues about the two exclusions above later. |
README.md
Outdated
- [Cookies](./examples/src/cookies.rs) | ||
- [Default Headers](./examples/src/default_headers.rs) | ||
- [GraphQL](./examples/src/graphql.rs) | ||
- [Staticfile](./examples/src/staticfile.rs) |
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.
Same for all of these links.
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.
The travis changes look good!
Let's get this merged after #220 👍 |
Conflicts will need to be resolved following #194 but it shouldn't take too long. You can overwrite |
#220 was merged, I think this should be ready for a rebase! |
* Separate out individual build jobs for faster wall-clock testing * Fix clippy not actually denying warnings (excluded examples because these are currently failing and have non-trivial fixes) * Add build job that checks --no-default-features works * Add build job that checks for intra-doc-resolution failures (excluded tide because of bugs in re-exports with the intra-doc feature)
Rebased |
Description
Separate out individual build jobs for faster wall-clock testing
Fix clippy not actually denying warnings (excluded examples because these are currently failing and have non-trivial fixes, Examples produce clippy warnings #230)
Add build job that checks --no-default-features works
Add build job that checks for intra-doc-resolution failures (excluded tide because of bugs in re-exports with the intra-doc feature, intra-doc-resolution fails to link in re-exported types that don't match original module structure rust-lang/rust#60883)
(based on top of #220, relevant changes)
Motivation and Context
Fixes #226, improves feedback speed on PRs, keeps code quality high
How Has This Been Tested?
In Travis
Types of changes
Checklist: