mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
travis: use the correct binary name for clang
This commit is contained in:
parent
9f5ecdcd9c
commit
5e154ce3fd
1 changed files with 3 additions and 3 deletions
|
@ -129,7 +129,7 @@ matrix:
|
|||
- libgme-dev
|
||||
- p7zip-full
|
||||
- clang-3.6
|
||||
compiler: clang
|
||||
compiler: clang-3.6
|
||||
#
|
||||
- os: linux
|
||||
addons:
|
||||
|
@ -143,7 +143,7 @@ matrix:
|
|||
- libgme-dev
|
||||
- p7zip-full
|
||||
- clang-3.7
|
||||
compiler: clang
|
||||
compiler: clang-3.7
|
||||
#
|
||||
- os: linux
|
||||
addons:
|
||||
|
@ -157,7 +157,7 @@ matrix:
|
|||
- libgme-dev
|
||||
- p7zip-full
|
||||
- clang-3.8
|
||||
compiler: clang
|
||||
compiler: clang-3.8
|
||||
#
|
||||
- os: osx
|
||||
osx_image: beta-xcode6.1
|
||||
|
|
Loading…
Reference in a new issue