-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add Travis build with all-features
to current (with default features)
#27
Conversation
This seems to work - ish. However this change could scupper it rust-lang/cargo#7507 Maybe there is a better way to pick the features on the sub projects? |
this doesn't complete on travis? |
It doesn't complete on Travis because:
I figured I would leave it as WIP until it passed. |
505873e
to
f4c6f22
Compare
#28 PR fixes the |
f4c6f22
to
c7224b6
Compare
all-features
to current (with default features)
950560f
to
601d6a0
Compare
Still waiting for a cargo nightly after the one below. I am not sure how to check when those happen but I'm happy to wait a few days (it should be soon?). % cargo -V
cargo 1.40.0-nightly (3a9abe3f0 2019-10-15) |
601d6a0
to
2f45413
Compare
I am now happy with this and it is passing CI. |
excellent! Thank you! |
#26