Update Travis CI config to remove a deprecation warning and old TODOs

This commit is contained in:
Sébastien Rombauts 2021-01-06 18:35:26 +01:00
parent cac0000ada
commit ef650e06d6

View File

@ -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:
##########################################################################