瀏覽代碼
.travis.yml: bring back -Werror
Convert warnings to errors on CI, or they'll go unnoticed.
master
Zhiming Wang
8 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 5B58F95EC95965D8
共有
1 個檔案被更改,包括
1 行新增 和
0 行删除
-
.travis.yml
|
|
@@ -13,5 +13,6 @@ matrix: |
|
|
|
- os: osx |
|
|
|
compiler: clang |
|
|
|
script: |
|
|
|
- export CFLAGS=-Werror |
|
|
|
- make clean |
|
|
|
- make |