From 1cb60e0dd75e1204c030c116359aeb31d13f9aa8 Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Sun, 22 Oct 2017 02:53:13 +0200 Subject: [PATCH] Treat warnings in travis as fatal --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a4340c8..37ce3c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ addons: dist: trusty sudo: false language: c -script: make && make test +script: CFLAGS=-Werror make && make test compiler: - gcc - clang