build: Always build in C++11 mode.

Change-Id: Id8c26bc5951a0b60c4f2f0868ad0167b2f0d56af
Refs: #2103
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..63e80e5
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,15 @@
+# For Ubuntu platform only
+language: cpp
+os:
+  - linux
+compiler:
+  - gcc
+notifications:
+  email:
+    on_success: always
+    on_failure: always
+before_install:
+  - travis_retry sudo apt-get update
+  - travis_retry sudo apt-get install -qq libssl-dev libprotobuf-dev protobuf-compiler libboost1.48-all-dev libcrypto++-dev libsqlite3-dev
+script:
+  - ./.jenkins