Skip to content

Commit 936fd16

Browse files
committed
Deny warnings on CI
1 parent 0c8f466 commit 936fd16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: rust
22

3+
env:
4+
global:
5+
RUSTFLAGS='-D warnings'
6+
37
matrix:
48
include:
59
- env: TARGET=x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)