diff options
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9e36002..027422a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,9 @@ matrix: apt: sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.8'] packages: ['clang-3.8'] - env: COMPILER=clang++-3.8 + env: + - COMPILER=clang++-3.8 + - LLVMCONFIG=llvm-config-3.9 # Activate when 3.7 is released and the repository is available # - os: linux @@ -41,4 +43,4 @@ matrix: # env: COMPILER=clang++ script: - make CXX=$COMPILER
\ No newline at end of file + make CXX=$COMPILER LLVM_CONF=$LLVMCONFIG
\ No newline at end of file |