summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-08-08 13:58:16 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-08-08 13:58:16 +0100
commit100f148081d685f24a1f1034726770a29dbbace6 (patch)
tree5433c9b15681a19f230d69283293c7b751c4d3e7 /.travis.yml
parent1e4e8671b0fe29b37731f18176feacbd6066cb70 (diff)
downloadrspamd-100f148081d685f24a1f1034726770a29dbbace6.tar.gz
rspamd-100f148081d685f24a1f1034726770a29dbbace6.zip
Servicing changes.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..d5c634d4f
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+before_script:
+ - sudo apt-get update -qq
+ - 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 .
+
+branches:
+ only:
+ - master