aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-01-11 20:35:11 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-01-11 20:35:11 +0000
commitb8911abf816f2b3c4b752656cef4d6f277cbecd9 (patch)
treef8e129e3458c9e6a6f3b4a6e75e613b2766510ee /.travis.yml
parent320304671b55a6b337ec8842b6797a0b7c36ae01 (diff)
downloadrspamd-b8911abf816f2b3c4b752656cef4d6f277cbecd9.tar.gz
rspamd-b8911abf816f2b3c4b752656cef4d6f277cbecd9.zip
Enable hiredis for travis
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 fa48f73a9..4a89c4dc8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ before_script:
script:
- mkdir _build
- cd _build
- - cmake .. -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_C_COMPILER=$CC -DENABLE_HIREDIS=OFF
+ - cmake .. -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_C_COMPILER=$CC -DENABLE_HIREDIS=ON
- cmake --build . --target install
compiler: