From 3bb2811139c72b4067d54200dfd197b7706f6748 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Mon, 3 Aug 2020 22:24:29 +0300 Subject: [PATCH] travis-ci: use xenial autotools instead of building them --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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