mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
.travis.yml: bring back -Werror
Convert warnings to errors on CI, or they'll go unnoticed.
This commit is contained in:
parent
6cb87b4248
commit
1e9fc04995
|
@ -13,5 +13,6 @@ matrix:
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
script:
|
script:
|
||||||
|
- export CFLAGS=-Werror
|
||||||
- make clean
|
- make clean
|
||||||
- make
|
- make
|
||||||
|
|
Loading…
Reference in a new issue