From 3458692cc7bb11bb807cc12ebbcbf1f1f232a404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 25 Jul 2019 22:30:44 +0200 Subject: [PATCH] Travis: Remove Precise job because they are decommisioning that environment :-( --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 713a75451..a078e2d01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -175,17 +175,6 @@ matrix: - make -s dmake -j2 - make -s run-dmake - git diff --exit-code -# check if cppcheck builds on precise - - name: "make ubuntu 12.04 precise" - compiler: gcc - dist: precise - before_install: - - travis_retry sudo apt-get update -qq - - travis_retry sudo apt-get install libxml2-utils libpcre3 - script: - - CXX=g++ CXXFLAGS="${ORIGINAL_CXXFLAGS}" make cppcheck testrunner -j 2 - - make clean - - CXX=clang++ CXXFLAGS="${ORIGINAL_CXXFLAGS}" make cppcheck testrunner -j 2 # check if cppcheck builds on trusty - name: "make ubuntu 14.04 trusty" compiler: gcc