From 85677ecc82d8891a00ac5e41f9e2840e9f908134 Mon Sep 17 00:00:00 2001 From: Viktor Gal Date: Wed, 7 Aug 2013 10:04:29 +0200 Subject: [PATCH] Travis: Force to use clang/clang++ when compiler is clang --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d527780022..38ade44bb98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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