Skip to content

Commit 3009e98

Browse files
authored
Fixing the packages selected for clang6 and 7
1 parent 00e6761 commit 3009e98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ matrix:
264264
sources:
265265
- llvm-toolchain-trusty-6.0
266266
packages:
267-
- clang-5.0
267+
- clang-6.0
268268
env:
269269
- MATRIX_EVAL="CC=clang-6.0 && CXX=clang++-6.0"
270270
- os: linux
@@ -273,7 +273,7 @@ matrix:
273273
sources:
274274
- llvm-toolchain-trusty-7
275275
packages:
276-
- clang-5.0
276+
- clang-7.0
277277
env:
278278
- MATRIX_EVAL="CC=clang-7 && CXX=clang++-7"
279279
- os: linux

0 commit comments

Comments
 (0)