dropbox / pb-jelly

A protobuf code generation framework for the Rust language developed at Dropbox.
Apache License 2.0
610 stars 25 forks source link

Fix rustfmt check in travis #81

Closed nipunn1313 closed 3 years ago

nipunn1313 commented 3 years ago

Should works around the longstanding bug https://github.com/travis-ci/travis-ci/issues/1066

I believe currently - our rustfmt check isn't taking effect because the for loop marks as success even if a subcommand fails - so hopefully this fixes that.