-
Notifications
You must be signed in to change notification settings - Fork 27
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
No way to stop travis-cargo from adding a feature flag on nightly #5
Comments
You can set |
I tried that, it treats an empty string as it not being there (I think) and uses the default. |
A workaround would be setting the variable to However, there are also situations where cargo simply refuses to get a
But after migrating to travis-cargo, cargo complains that
It would really be nice to have a way to completely disable passing the |
Not a huge problem, since you can always just add a dummy feature to
Cargo.toml
but if you don't actually need a feature for unstable/nightly, it's a bit annoying that you can't tell travis-cargo that you don't want a flag at all.The text was updated successfully, but these errors were encountered: