You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by al...@apache.org on 2017/07/25 12:01:43 UTC

[2/2] cordova-plugin-battery-status git commit: CB-13028 (CI) Added browser platform to Travis

CB-13028 (CI) Added browser platform to Travis


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/01c636f0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/01c636f0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/01c636f0

Branch: refs/heads/master
Commit: 01c636f04cb6fcac004499456f00157c3bbb88c2
Parents: fc23fc0
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Fri Jul 21 14:15:28 2017 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
Committed: Tue Jul 25 11:38:20 2017 +0300

----------------------------------------------------------------------
 .travis.yml | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/01c636f0/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index edfcf93..3b505e4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,22 @@ env:
   - 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 @@ install:
 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org