2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-02-28 15:19:41 +00:00

Deny warnings on Travis

This commit is contained in:
Stjepan Glavina 2019-08-14 03:58:58 +02:00
parent 019c8085f4
commit d287237f7b

View file

@ -1,5 +1,8 @@
language: rust
env:
- RUSTFLAGS="-D warnings"
before_script:
- rustup component add rustfmt