From 68d53e4f303c0b4926ad109e75ff728db229f497 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 22 Sep 2015 17:21:49 -0400 Subject: [PATCH] Remove stricts-warnings on 0.9.8 travis. Reviewed-by: Richard Levitte --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cb28758e89..c9b1385d1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ compiler: env: - CONFIG_OPTS="" - CONFIG_OPTS="shared" - - CONFIG_OPTS="--debug --strict-warnings" + - CONFIG_OPTS="--debug" matrix: exclude: -- 2.39.2