From 56498af1a80ad88fd0fd6dadd1779e5bebe188a9 Mon Sep 17 00:00:00 2001 From: Lynix Date: Mon, 17 Oct 2016 14:21:11 +0200 Subject: [PATCH] Travis: Enable -Wall and -Wextra compilation flags (#90, #91, #92, #93) --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d1ed3ec6d..4fcb85c55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,8 +34,13 @@ compiler: - clang env: - - COMPILER=clang++-3.7 CONFIG=debug - - COMPILER=clang++-3.7 CONFIG=release + global: + - COMPILER=clang++-3.7 + - CFLAGS="-Wall -Wextra" + - CXXFLAGS="-Wall -Wextra" + matrix: + - CONFIG=debug + - CONFIG=release script: - cd build &&