From: Ivan Maidanski Date: Thu, 3 Nov 2016 20:20:44 +0000 (+0300) Subject: Fix Travis CI configuration for release-7_2 branch X-Git-Tag: v7.2h~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7916fa825e33b7f674b7856bff661764cf6ae668;p=libatomic_ops Fix Travis CI configuration for release-7_2 branch "./autogen.sh" replaced with "autoreconf -vif"; "--enable-werror" removed (not supported). --- 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