CB-13028 (CI) Added browser platform to Travis
diff --git a/.travis.yml b/.travis.yml
index edfcf93..3b505e4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,22 @@
   - TRAVIS_NODE_VERSION="4.2"
 matrix:
   include:
+  - env: PLATFORM=browser-chrome
+    os: linux
+    language: node_js
+    node_js: '4.2'
+  - env: PLATFORM=browser-firefox
+    os: linux
+    language: node_js
+    node_js: '4.2'
+  - env: PLATFORM=browser-safari
+    os: linux
+    language: node_js
+    node_js: '4.2'
+  - env: PLATFORM=browser-edge
+    os: linux
+    language: node_js
+    node_js: '4.2'
   - env: PLATFORM=ios-9.3
     os: osx
     osx_image: xcode7.3
@@ -62,4 +78,4 @@
 script:
 - npm test
 - node /tmp/paramedic/main.js --config pr/$PLATFORM --plugin $(pwd) --shouldUseSauce
-  --buildName travis-plugin-battery-status-$TRAVIS_JOB_NUMBER
\ No newline at end of file
+  --buildName travis-plugin-battery-status-$TRAVIS_JOB_NUMBER