Treat warnings in travis as fatal
This commit is contained in:
parent
3691b7e47c
commit
1cb60e0dd7
@ -15,7 +15,7 @@ addons:
|
||||
dist: trusty
|
||||
sudo: false
|
||||
language: c
|
||||
script: make && make test
|
||||
script: CFLAGS=-Werror make && make test
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
Loading…
x
Reference in New Issue
Block a user