From 5ac2216181d92382f00d0245ac1113979ac821f1 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Wed, 13 Jul 2016 21:10:53 -0500 Subject: [PATCH] Added c99 pedantic test --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8a1fcd6..34b989c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,3 @@ script: + - CFLAGS='-pedantic -Werror' make - make test