ci: Update Jenkins-CI build scripts and adding script for Travis-CI

Change-Id: I333c6af0d92f57e222665a0ce982ada6c276ae52
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..295aefa
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,15 @@
+sudo: true
+language: cpp
+os:
+  - linux
+compiler:
+  - gcc
+notifications:
+  email:
+    on_success: always
+    on_failure: always
+env:
+  global:
+    - NODE_LABELS="Linux Ubuntu Ubuntu-12.04 Ubuntu-12.04-64bit Boost1.48"
+script:
+  - ./.jenkins