From: Vsevolod Stakhov Date: Thu, 11 Feb 2016 15:34:05 +0000 (+0000) Subject: Use trusty cluster of travis X-Git-Tag: 1.2.0~256 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d8e99a0ecd83177911d10e395ee7490af91008d1;p=rspamd.git Use trusty cluster of travis --- diff --git a/.travis.yml b/.travis.yml index 4a89c4dc8..cf1a0b50f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +sudo: required +dist: trusty + language: c #os: @@ -16,7 +19,7 @@ before_script: script: - mkdir _build - cd _build - - cmake .. -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_C_COMPILER=$CC -DENABLE_HIREDIS=ON + - cmake .. -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_C_COMPILER=$CC - cmake --build . --target install compiler: