summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2016-04-24 10:03:56 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2016-04-24 10:03:56 +0200
commitabf3954d49db4128f1f3ad38948cddcb6de8108d (patch)
tree6bbf1b0d2f452547c03af8a997d183d5205f9912
parent1d89ad1c02fd26642106783e2ebf9fa6858d5157 (diff)
downloadbiruda-abf3954d49db4128f1f3ad38948cddcb6de8108d.tar.gz
biruda-abf3954d49db4128f1f3ad38948cddcb6de8108d.tar.bz2
travis test
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..1172722
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: c
+branches:
+ only:
+ - master
+os:
+- linux
+before_install:
+- sudo apt-get -qq update
+- sudo apt-get install -y gengetopt libconfuse0 libconfuse-dev libjson-c2 libjson-c-dev libdaemon0 libdaemon-dev libmicrohttpd5 libmicrohttpd-dev
+script:
+- cd src
+- make
+- make test