From: David Schweikert Date: Mon, 3 Aug 2020 19:24:29 +0000 (+0300) Subject: travis-ci: use xenial autotools instead of building them X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bb2811139c72b4067d54200dfd197b7706f6748;p=fping.git travis-ci: use xenial autotools instead of building them --- diff --git a/.travis.yml b/.travis.yml index 669acd1..0370390 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,6 @@ addons: branch_pattern: coverity_scan install: - - ci/build-1-autotools.sh - ci/build-2-test-command.sh - ci/build-3-prepare-macos.sh @@ -56,6 +55,8 @@ jobs: name: test trusty os: linux dist: trusty + before_install: + - ci/build-1-autotools.sh - name: test xenial os: linux