From ef650e06d63ef23888ccf42080614cb3642821fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Wed, 6 Jan 2021 18:35:26 +0100 Subject: [PATCH] Update Travis CI config to remove a deprecation warning and old TODOs --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e7aa09..73b0446 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ # Copyright (c) 2012-2020 Sebastien Rombauts (sebastien.rombauts@gmail.com) language: cpp -sudo: false # Use Linux unless specified otherwise os: linux @@ -17,11 +16,7 @@ env: - VALGRIND=OFF # Build variants (should test a reasonable number of combination of CMake options) -# TODO GCC 8+ using ubuntu-toolchain-r-test packages -# TODO cppcheck -# TODO Doxygen -# TODO link against googletest system library -matrix: +jobs: include: ##########################################################################