Skip to content

Commit 9320198

Browse files
committed
Deny warnings on CI
Signed-off-by: Nick Cameron <[email protected]>
1 parent 486a4b2 commit 9320198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ rust:
1212
env:
1313
global:
1414
- RUST_BACKTRACE=1
15-
# - RUSTFLAGS="-D warnings"
16-
# - RUSTDOCFLAGS="-D warnings"
15+
- RUSTFLAGS="-D warnings"
16+
- RUSTDOCFLAGS="-D warnings"
1717

1818
addons:
1919
apt:

0 commit comments

Comments
 (0)