Skip to content

Commit 94dfa81

Browse files
committed
Remove GCC10 from Travis.ci
1 parent 9d5237d commit 94dfa81

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.travis.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ addons:
2828
- g++-7
2929
- g++-8
3030
- g++-9
31-
- g++-10
3231

3332
sources: &sources
3433
- ubuntu-toolchain-r-test
@@ -122,15 +121,10 @@ matrix:
122121
env: COMPILER=g++-9 CMAKE_OPTIONS=""
123122
compiler: gcc
124123

125-
# GCC 10
126-
- os: linux
127-
env: COMPILER=g++-10 CMAKE_OPTIONS=""
128-
compiler: gcc
129-
130-
# GCC 10
124+
# GCC 9
131125
- os: linux
132126
name: Complete Build
133-
env: COMPILER=g++-10 CMAKE_OPTIONS="-DCELERO_ENABLE_EXPERIMENTS=1"
127+
env: COMPILER=g++-9 CMAKE_OPTIONS="-DCELERO_ENABLE_EXPERIMENTS=1"
134128
compiler: gcc
135129

136130
##########################################################################

0 commit comments

Comments
 (0)