]> git.gsnw.org Git - fping.git/commitdiff
travis-ci: use xenial autotools instead of building them
authorDavid Schweikert <david@schweikert.ch>
Mon, 3 Aug 2020 19:24:29 +0000 (22:24 +0300)
committerDavid Schweikert <david@schweikert.ch>
Mon, 3 Aug 2020 19:24:29 +0000 (22:24 +0300)
.travis.yml

index 669acd1309c774944f9e5fcdb2ed29398908cfe2..0370390a1c469c42a5983ad91865bba4fab18073 100644 (file)
@@ -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