aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-12-20 00:35:17 +0000
committerbloodstalker <thabogre@gmail.com>2018-12-20 00:35:17 +0000
commit3e734d29081f703b0a5297b2ffb36b4a326b5aaa (patch)
treeaacb0437c4c7032920021d4b880de25737697c5e /.travis.yml
parentbuild uses pch now. kinda cool but our build time bottleneck seems to be linking (diff)
downloadcgrep-3e734d29081f703b0a5297b2ffb36b4a326b5aaa.tar.gz
cgrep-3e734d29081f703b0a5297b2ffb36b4a326b5aaa.zip
update
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cc99edd..7830b5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,4 +16,4 @@ before_script:
- git submodule update
script:
- - make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 -j2
+ - make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0