We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac0000 commit ef650e0Copy full SHA for ef650e0
.travis.yml
@@ -1,7 +1,6 @@
1
# Copyright (c) 2012-2020 Sebastien Rombauts ([email protected])
2
3
language: cpp
4
-sudo: false
5
6
# Use Linux unless specified otherwise
7
os: linux
@@ -17,11 +16,7 @@ env:
17
16
- VALGRIND=OFF
18
19
# 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:
+jobs:
25
include:
26
27
##########################################################################
0 commit comments