浏览代码

.travis.yml: bring back -Werror

Convert warnings to errors on CI, or they'll go unnoticed.
master
Zhiming Wang 8 年前
父节点
当前提交
1e9fc04995
找不到此签名对应的密钥 GPG 密钥 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

正在加载...
取消
保存