From 0c89c7399554dfaa91d23555407d809671ea379c Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 16 May 2017 14:22:21 +0300 Subject: Travis CI: Do not run autoreconf (fix commit 12ab23d) Source code of release-7_2 branch still contains configure/Makefile auto-generated files, so autoreconf should do nothing. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f5043ca..de2e1b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,9 +24,6 @@ before_install: fi - if [[ "$MAKEFILE_TARGET" == "" ]]; then MAKEFILE_TARGET=check; fi -install: -- autoreconf -vif - script: - ./configure - make -j $MAKEFILE_TARGET -- cgit v1.2.1