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 9d5237d commit 94dfa81Copy full SHA for 94dfa81
.travis.yml
@@ -28,7 +28,6 @@ addons:
28
- g++-7
29
- g++-8
30
- g++-9
31
- - g++-10
32
33
sources: &sources
34
- ubuntu-toolchain-r-test
@@ -122,15 +121,10 @@ matrix:
122
121
env: COMPILER=g++-9 CMAKE_OPTIONS=""
123
compiler: gcc
124
125
- # GCC 10
126
- - os: linux
127
- env: COMPILER=g++-10 CMAKE_OPTIONS=""
128
- compiler: gcc
129
-
130
+ # GCC 9
131
- os: linux
132
name: Complete Build
133
- env: COMPILER=g++-10 CMAKE_OPTIONS="-DCELERO_ENABLE_EXPERIMENTS=1"
+ env: COMPILER=g++-9 CMAKE_OPTIONS="-DCELERO_ENABLE_EXPERIMENTS=1"
134
135
136
##########################################################################
0 commit comments