build: add jenkins script

Change-Id: I787d238045a936adad6135777aa3160a77c34ce0
Refs: #2790
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..4614546
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+# For Ubuntu platform only
+
+sudo: true
+language: cpp
+os:
+  - linux
+compiler:
+  - gcc
+notifications:
+  email:
+    on_success: always
+    on_failure: always
+env:
+  - NODE_LABELS="Linux Ubuntu Ubuntu-12.04"
+script:
+  - ./.jenkins