aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-10-12 17:00:58 +0000
committerbloodstalker <thabogre@gmail.com>2019-10-12 17:00:58 +0000
commit268e6904c7eb2e7815709a1829b629f4bcc9ef40 (patch)
treee65a3385e702115f9a507edc2334d37efb2aac86
parentfix (diff)
downloadcgrep-268e6904c7eb2e7815709a1829b629f4bcc9ef40.tar.gz
cgrep-268e6904c7eb2e7815709a1829b629f4bcc9ef40.zip
fix
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 619b783..068b774 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,10 +54,10 @@ matrix:
#- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9
- wget https://apt.llvm.org/llvm.sh
- chmod +x llvm.sh
- - sudo ./llvm.sh 9
+ - sudo ./llvm.sh 8
- git submodule init
- git submodule update
script:
- - make CXX=clang-9.0 LLVM_CONF=llvm-config-9.0
+ - make CXX=clang-8.0 LLVM_CONF=llvm-config-8.0
after_success:
./run.sh