From 7916fa825e33b7f674b7856bff661764cf6ae668 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 3 Nov 2016 23:20:44 +0300 Subject: [PATCH] Fix Travis CI configuration for release-7_2 branch "./autogen.sh" replaced with "autoreconf -vif"; "--enable-werror" removed (not supported). --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2ccbbf7..69d2da3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ compiler: sudo: false install: - - ./autogen.sh - - ./configure --enable-werror + - autoreconf -vif + - ./configure script: - make -j check -- 2.50.1