travis: initial configuration

Configuration: build with gcc only, install, email to mailing list in
case of error or change (previously broken build was just fixed).

Signed-off-by: Petr Vorel <pvorel@suse.cz>
Acked-by: Cyril Hrubis <chrubis@suse.cz>
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..16c0cd4
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+sudo: required
+
+language: c
+
+notifications:
+    email:
+        - ltp@lists.linux.it
+
+script: make autotools && ./configure --with-open-posix-testsuite --with-realtime-testsuite && make -j$(getconf _NPROCESSORS_ONLN) && make -j$(getconf _NPROCESSORS_ONLN) install