summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-02-24 19:23:56 -0300
committershennetsind <ind@henn.et>2013-02-24 19:23:56 -0300
commit745497a5ae2a351b28668ea6cb333a2fcd40e460 (patch)
tree5100391763125b46a07c8b18ecdafa1bd927ef7f /.travis.yml
parent137cc4396d651798a95641d529955845a25a56e1 (diff)
downloadhercules-745497a5ae2a351b28668ea6cb333a2fcd40e460.tar.gz
hercules-745497a5ae2a351b28668ea6cb333a2fcd40e460.tar.bz2
hercules-745497a5ae2a351b28668ea6cb333a2fcd40e460.tar.xz
hercules-745497a5ae2a351b28668ea6cb333a2fcd40e460.zip
Testing Travis
Signed-off-by: shennetsind <ind@henn.et>
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 000000000..332299c16
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: c
+compiler:
+ - gcc
+ - clang
+# Change this to your needs
+script: ./configure --enable-debug && make \ No newline at end of file