summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-12-16 22:32:44 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-12-16 22:32:44 +0100
commit5c0186da0897039804aa961accb574b6fae04707 (patch)
tree0f4005215b6bc960468b9ce3ea76fddd6a04939a /.travis.yml
parent1daab59225202c7f17679a8570dd19e744c5c36b (diff)
added .travis.yml
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
new file mode 100644
index 00000000..e1cf65dd
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: c
+compiler:
+ - gcc
+ - clang
+# Change this to your needs
+script: ./configure && make