mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +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
|
- libgme-dev
|
||||||
- p7zip-full
|
- p7zip-full
|
||||||
- clang-3.6
|
- clang-3.6
|
||||||
compiler: clang
|
compiler: clang-3.6
|
||||||
#
|
#
|
||||||
- os: linux
|
- os: linux
|
||||||
addons:
|
addons:
|
||||||
|
@ -143,7 +143,7 @@ matrix:
|
||||||
- libgme-dev
|
- libgme-dev
|
||||||
- p7zip-full
|
- p7zip-full
|
||||||
- clang-3.7
|
- clang-3.7
|
||||||
compiler: clang
|
compiler: clang-3.7
|
||||||
#
|
#
|
||||||
- os: linux
|
- os: linux
|
||||||
addons:
|
addons:
|
||||||
|
@ -157,7 +157,7 @@ matrix:
|
||||||
- libgme-dev
|
- libgme-dev
|
||||||
- p7zip-full
|
- p7zip-full
|
||||||
- clang-3.8
|
- clang-3.8
|
||||||
compiler: clang
|
compiler: clang-3.8
|
||||||
#
|
#
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: beta-xcode6.1
|
osx_image: beta-xcode6.1
|
||||||
|
|
Loading…
Reference in a new issue