aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-03-06 12:35:53 +0000
committerbloodstalker <thabogre@gmail.com>2020-03-06 12:35:53 +0000
commitb2b9cde8cdccfb951ba810ffd421a3379f2a148b (patch)
tree35023735843a82a86dd3ef95e6f351fc74d013e8 /.travis.yml
parentfixed some codacy smells (diff)
downloadcgrep-b2b9cde8cdccfb951ba810ffd421a3379f2a148b.tar.gz
cgrep-b2b9cde8cdccfb951ba810ffd421a3379f2a148b.zip
coverity fix
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 54bc624..609322f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,12 +14,12 @@ addons:
- sudo apt-get install libstdc++-7-dev -y
- wget https://apt.llvm.org/llvm.sh
- chmod +x llvm.sh
- - sudo ./llvm.sh 10
- - sudo apt-get install llvm-10-dev libclang-common-10-dev libclang-10-dev libboost-system-dev libboost-filesystem-dev -y
+ - sudo ./llvm.sh 9
+ - sudo apt-get install llvm-9-dev libclang-common-9-dev libclang-9-dev libboost-system-dev libboost-filesystem-dev -y
- git submodule init
- git submodule update
build_command:
- - make CXX=clang-10 LLVM_CONF=llvm-config-10
+ - make CXX=clang-9 LLVM_CONF=llvm-config-9
branch_pattern: master
matrix: