Skip to content

Commit 719e119

Browse files
committed
Fix travis file.
1 parent f5817a9 commit 719e119

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.travis.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@ matrix:
3232
env:
3333
- MATRIX_EVAL="CC=gcc-9 && CXX=g++-9"
3434
- PACKAGE_NAME=Linux_gcc9
35-
- os: linux
36-
addons:
37-
apt:
38-
sources:
39-
- ubuntu-toolchain-r-test
40-
packages:
41-
- g++-10
42-
env:
43-
- MATRIX_EVAL="CC=gcc-10 && CXX=g++-10"
44-
- PACKAGE_NAME=Linux_gcc10
4535
- os: linux
4636
addons:
4737
apt:
@@ -82,7 +72,7 @@ matrix:
8272
- sourceline: 'deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-10 main'
8373
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
8474
packages:
85-
- clang-9
75+
- clang-10
8676
env:
8777
- MATRIX_EVAL="CC=clang-10 && CXX=clang++-10"
8878
- PACKAGE_NAME=Linux_clang10

0 commit comments

Comments
 (0)