Remove .0 from clang-8.0

This commit is contained in:
Eddie Hung 2019-08-14 12:23:15 -07:00
parent fdc438e551
commit fcb102d60e
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ matrix:
sources:
- llvm-toolchain-xenial-8
packages:
- clang-8.0
- clang-8
- gperf
- build-essential
- bison
@ -124,7 +124,7 @@ matrix:
- libboost-python-dev
- libboost-filesystem-dev
env:
- MATRIX_EVAL="CONFIG=clang && CC=clang-8.0 && CXX=clang++-8.0"
- MATRIX_EVAL="CONFIG=clang && CC=clang-8 && CXX=clang++-8"
# # Latest clang on Mac OS X
# - os: osx