diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-15 11:48:39 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-15 11:48:39 +0000 |
commit | 90c31cbd9ea9c85a0bc593659b04a1a4d07d80a4 (patch) | |
tree | 96947b755aa90572897e7f97cb05cca33300ae9c | |
parent | updated (diff) | |
download | mutator-90c31cbd9ea9c85a0bc593659b04a1a4d07d80a4.tar.gz mutator-90c31cbd9ea9c85a0bc593659b04a1a4d07d80a4.zip |
updated
-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 |