Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 45670e6

Browse files
committed
Make clippy warnings into errors
1 parent 0835351 commit 45670e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ script:
3131
(cd "$p" && cargo fmt --all -- --check) || exit 1
3232
fi
3333
done
34-
- cargo clippy
34+
- cargo clippy -- -D warnings
3535

3636
after_failure:
3737
- dmesg

0 commit comments

Comments
 (0)