-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Always build CI on master #2940
Conversation
Given that clippy now breaks nightlies, there is no other way to CI PRs that unbreak nightly. |
I tried this before and failed: #2551 |
Oh, perfect. |
Going to see if stuff is fixed now |
ad14e22
to
eaf6270
Compare
ups I just fixed the prs branch xD |
eaf6270
to
f226101
Compare
f226101
to
44debe9
Compare
Ok, rebased and fixed travis |
er, pick one pull request and we'll stick with it, we're overwriting each others' commits here lol |
lol sorry |
and we can drop the git fudgery, with my PR |
This switches travis over to always using master.
We can alternatively pin a hash and bump it every time something breaks, but this feels cleaner (albeit less cacheable on the travis side)
needs kennytm/rustup-toolchain-install-master#6 to be released to work
r? @oli-obk