let's try Travis CI
authornotaz <notasas@gmail.com>
Sat, 31 Jan 2015 21:28:41 +0000 (23:28 +0200)
committernotaz <notasas@gmail.com>
Sat, 31 Jan 2015 21:28:41 +0000 (23:28 +0200)
.travis.yml [new file with mode: 0644]

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