Skip to content

Commit

Permalink
Travis: add maud_extras to Clippy invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy committed Jun 9, 2018
1 parent 9763541 commit 75763dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ script:
- |
if command -v cargo-clippy > /dev/null; then
CLIPPY_STATUS=0
# TODO add `maud_extras` back in when Clippy issue is fixed
# https://github.com/rust-lang-nursery/rust-clippy/issues/2594
for package in maud_htmlescape maud_macros maud maud_lints; do
for package in maud_htmlescape maud_macros maud maud_lints maud_extras; do
(cd $package && cargo clippy -- -D warnings) || CLIPPY_STATUS=$?
done
(exit $CLIPPY_STATUS)
Expand Down

0 comments on commit 75763dd

Please sign in to comment.