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: sources:
- llvm-toolchain-xenial-8 - llvm-toolchain-xenial-8
packages: packages:
- clang-8.0 - clang-8
- gperf - gperf
- build-essential - build-essential
- bison - bison
@ -124,7 +124,7 @@ matrix:
- libboost-python-dev - libboost-python-dev
- libboost-filesystem-dev - libboost-filesystem-dev
env: 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 # # Latest clang on Mac OS X
# - os: osx # - os: osx