From: Karel Zak Date: Tue, 26 Jan 2021 14:23:29 +0000 (+0100) Subject: travis: remove old ubuntu X-Git-Tag: v2.37-rc1~153 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b94c187069fb7e136da7dafe047b1c060a654a45;p=thirdparty%2Futil-linux.git 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 --- diff --git a/.travis.yml b/.travis.yml index 4b56ab159a..eeb478ce94 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