summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-08-08 14:11:57 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-08-08 14:11:57 +0100
commitf8aa6d041639b6b374efd0789093bbdc10e5a8d4 (patch)
treecbadfd1dbc5fa536c2a699f2deb97767bce2b3ec /.travis.yml
parent100f148081d685f24a1f1034726770a29dbbace6 (diff)
downloadrspamd-f8aa6d041639b6b374efd0789093bbdc10e5a8d4.tar.gz
rspamd-f8aa6d041639b6b374efd0789093bbdc10e5a8d4.zip
Forgot to add CMakeLists.txt
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d5c634d4f..b70870eac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,12 @@ before_script:
- sudo apt-get install -qq debhelper dpkg-dev cmake libevent-dev libglib2.0-dev libgmime-2.6-dev liblua5.1-0-dev libpcre3-dev cdbs libssl-dev libjudy-dev
- cmake .
+script: make
+
+compiler:
+ - clang
+ - gcc
+
branches:
only:
- master