From b94c187069fb7e136da7dafe047b1c060a654a45 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 26 Jan 2021 15:23:29 +0100 Subject: [PATCH] travis: remove old ubuntu 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 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b56ab159..eeb478ce9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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