Skip to content

Commit

Permalink
Update Travis CI config to remove a deprecation warning and old TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
SRombauts committed Jan 6, 2021
1 parent cac0000 commit ef650e0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .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
Expand All @@ -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:

##########################################################################
Expand Down

0 comments on commit ef650e0

Please sign in to comment.