travis: switch from clang-3.8 to clang

As travis provides a relatively fresh clang by default nowadays,
it makes sense to use default clang in clang-based test builds.

* .travis.yml (matrix): Change clang-3.8 to clang.
This commit is contained in:
Дмитрий Левин 2017-12-23 01:26:17 +00:00
parent 36fd4ce02b
commit c91f4b400c

View File

@ -27,13 +27,13 @@ matrix:
- compiler: gcc
env:
- TARGET=x86
- compiler: clang-3.8
- compiler: clang
env:
- TARGET=x86_64
- compiler: musl-gcc
env:
- TARGET=x86_64
- compiler: clang-3.8
- compiler: clang
env:
- TARGET=x86
- compiler: musl-gcc