try setting CC in the environment for clang+bindings builds to get travis to actually use clang for them
This commit is contained in:
parent
7d054b1f92
commit
b8c963db95
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ matrix:
|
|||
- compiler: clang
|
||||
language: python
|
||||
python: 2.7
|
||||
env: BINDINGS=python
|
||||
env: BINDINGS=python CC=clang
|
||||
- compiler: gcc
|
||||
language: perl
|
||||
perl: 5.14
|
||||
|
|
@ -21,7 +21,7 @@ matrix:
|
|||
- compiler: clang
|
||||
language: perl
|
||||
perl: 5.14
|
||||
env: BINDINGS=perl
|
||||
env: BINDINGS=perl CC=clang
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq swig python-dev; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue