Add first travis config file
authorAnthony Green <green@moxielogic.com>
Fri, 11 Jan 2013 15:57:30 +0000 (10:57 -0500)
committerAnthony Green <green@moxielogic.com>
Fri, 11 Jan 2013 15:57:30 +0000 (10:57 -0500)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..fc7f5bc
--- /dev/null
@@ -0,0 +1,6 @@
+language: c
+compiler:
+  - gcc
+  - clang
+
+script: ./configure && make && make check