Skip to content

Commit 21b2b96

Browse files
committed
clang-8.0 -> clang-8
1 parent fe13b6c commit 21b2b96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ matrix:
2323
- ubuntu-toolchain-r-test
2424
- llvm-toolchain-xenial-8
2525
packages:
26-
- clang-8.0
26+
- clang-8
2727
- zip
2828
env:
29-
ENV_CXX=clang++-8.0
30-
ENV_CC=clang-8.0
29+
ENV_CXX=clang++-8
30+
ENV_CC=clang-8
3131
NIGHTLY_UPLOAD=0
3232

3333
before_script:

0 commit comments

Comments
 (0)