aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-10-12 17:52:22 +0000
committerbloodstalker <thabogre@gmail.com>2019-10-12 17:52:22 +0000
commitb1a9ebc310521f4ddf9570053783703248b685f3 (patch)
tree71000334ea585ff4301b4fb54c1de4af4287f822
parentupdate (diff)
downloadcgrep-b1a9ebc310521f4ddf9570053783703248b685f3.tar.gz
cgrep-b1a9ebc310521f4ddf9570053783703248b685f3.zip
fix
-rw-r--r--.travis.yml12
1 files changed, 2 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index d90a710..92b4fbd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,7 +49,7 @@ matrix:
- git submodule init
- git submodule update
script:
- - make
+ - make CXX=clang-8 LLVM_CONF=llvm-config-8
after_success:
bash run.sh
- dist: bionic
@@ -65,14 +65,6 @@ matrix:
- git submodule init
- git submodule update
script:
- - make
- after_success:
- bash run.sh
- - dist: osx
- language: cpp
- before_install:
- - brew install llvm
- script:
- - make
+ - make CXX=clang-8.0 LLVM_CONF=llvm-config-8.0
after_success:
bash run.sh