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

Support arbitrary cargo commands. #41

Open
Sean1708 opened this issue Jan 4, 2016 · 2 comments
Open

Support arbitrary cargo commands. #41

Sean1708 opened this issue Jan 4, 2016 · 2 comments

Comments

@Sean1708
Copy link

Sean1708 commented Jan 4, 2016

It'd be great to be able to write something like

script:
    - travis-cargo --only nightly clippy --lib

to run clippy on nightly. You could probably just leave arguments unparsed and pass them straight through.

@huonw
Copy link
Owner

huonw commented Jan 5, 2016

I suspect this would be fixed by #19. The current scheme of hard-coding cargo subcommands is a hack because I couldn't get anything else to work at all well (and I didn't know about the functionality mentioned in #19 at the time).

huonw added a commit that referenced this issue Apr 25, 2016
(Would be nice for #41 to be fixed...)
@huonw
Copy link
Owner

huonw commented Apr 28, 2016

I've manually added support for travis-cargo clippy in 9b73cda (and travis-cargo fmt), but they're special cases.

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

No branches or pull requests

2 participants