瀏覽代碼

.travis.yml: bring back -Werror

Convert warnings to errors on CI, or they'll go unnoticed.
master
Zhiming Wang 8 年之前
父節點
當前提交
1e9fc04995
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 5B58F95EC95965D8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml 查看文件

@@ -13,5 +13,6 @@ matrix:
- os: osx
compiler: clang
script:
- export CFLAGS=-Werror
- make clean
- make

Loading…
取消
儲存