Skip to content

Commit

Permalink
Travis: Force to use clang/clang++ when compiler is clang
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Aug 7, 2013
1 parent 2a7f045 commit 85677ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ matrix:
- compiler: clang
python: 2.7
language: python
env: CMAKE_OPTIONS="-DPythonModular=ON" EXTRA_PACKAGES="python-scipy swig2.0"
env: CMAKE_OPTIONS="-DPythonModular=ON" EXTRA_PACKAGES="python-scipy swig2.0" CC=clang CXX=clang++
- compiler: clang
python: 3.3
language: python
Expand Down

0 comments on commit 85677ec

Please sign in to comment.