aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-10-12 18:36:19 +0000
committerbloodstalker <thabogre@gmail.com>2019-10-12 18:36:19 +0000
commit2b71bb2f0d537b9f47013af4db20eac63d793b19 (patch)
treee6288804cae0b1620cc08187bab87f1710ed518c
parentupdate (diff)
downloadcgrep-2b71bb2f0d537b9f47013af4db20eac63d793b19.tar.gz
cgrep-2b71bb2f0d537b9f47013af4db20eac63d793b19.zip
fix
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b9ac106..fbc6bb9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,7 +46,9 @@ matrix:
- wget https://apt.llvm.org/llvm.sh
- chmod +x llvm.sh
- sudo ./llvm.sh 8
- - sudo apt-get install llvm-8-dev
+ - sudo apt-get install llvm-8-dev -y
+ - whereis llvm-config
+ - whereis llvm-config-8
- git submodule init
- git submodule update
script:
@@ -63,7 +65,8 @@ matrix:
- wget https://apt.llvm.org/llvm.sh
- chmod +x llvm.sh
- sudo ./llvm.sh 8
- - sudo apt-get install llvm-8-dev
+ - sudo apt-get install llvm-8-dev -y
+ - sudo apt-get install libclang-common-8-dev libclang-8-dev -y
- whereis llvm-config
- whereis llvm-config-8
- git submodule init