]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
travis: remove old ubuntu
authorKarel Zak <kzak@redhat.com>
Tue, 26 Jan 2021 14:23:29 +0000 (15:23 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 26 Jan 2021 14:25:54 +0000 (15:25 +0100)
Ubuntu 12.04 LTS (Precise Pangolin) -- from April 2012 to April 2017.

It's more and more difficult to keep code and tests in all details
compatible with it 4 years dead distro.

Signed-off-by: Karel Zak <kzak@redhat.com>
.travis.yml

index 4b56ab159a5fd36490b0e1f08123a67bbcd532b5..eeb478ce94a8712d755152ace42441f41dcc1f39 100644 (file)
@@ -24,9 +24,9 @@ stages:
 jobs:
   include:
     # test old Ubuntu 12.04 and OSX for compatibility
-    - dist: precise
-      compiler: gcc
-      env: PRECISE="yes" MAKE_CHECK="root"
+    #- dist: precise
+    #  compiler: gcc
+    #  env: PRECISE="yes" MAKE_CHECK="root"
     #- os: osx
     #  osx_image: xcode10.1
     #  compiler: clang