Browse Source
.travis.yml: bring back -Werror
Convert warnings to errors on CI, or they'll go unnoticed.
master
Zhiming Wang
8 years ago
No known key found for this signature in database
GPG Key ID: 5B58F95EC95965D8
1 changed files with
1 additions and
0 deletions
-
.travis.yml
|
|
@@ -13,5 +13,6 @@ matrix: |
|
|
|
- os: osx |
|
|
|
compiler: clang |
|
|
|
script: |
|
|
|
- export CFLAGS=-Werror |
|
|
|
- make clean |
|
|
|
- make |