Skip to content

Commit ef650e0

Browse files
committed
Update Travis CI config to remove a deprecation warning and old TODOs
1 parent cac0000 commit ef650e0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copyright (c) 2012-2020 Sebastien Rombauts ([email protected])
22

33
language: cpp
4-
sudo: false
54

65
# Use Linux unless specified otherwise
76
os: linux
@@ -17,11 +16,7 @@ env:
1716
- VALGRIND=OFF
1817

1918
# Build variants (should test a reasonable number of combination of CMake options)
20-
# TODO GCC 8+ using ubuntu-toolchain-r-test packages
21-
# TODO cppcheck
22-
# TODO Doxygen
23-
# TODO link against googletest system library
24-
matrix:
19+
jobs:
2520
include:
2621

2722
##########################################################################

0 commit comments

Comments
 (0)