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:42 UTC

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

Repository: cordova-plugin-battery-status
Updated Branches:
  refs/heads/master 545e6ed08 -> 01c636f04


CB-13028 (CI) Added browser platform to AppVeyor


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/fc23fc0a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/fc23fc0a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/fc23fc0a

Branch: refs/heads/master
Commit: fc23fc0a265e111fdfd578f615d4bf59f61b5568
Parents: 545e6ed
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Tue Jul 18 13:30:30 2017 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
Committed: Tue Jul 18 13:30:30 2017 +0300

----------------------------------------------------------------------
 .appveyor.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/fc23fc0a/.appveyor.yml
----------------------------------------------------------------------
diff --git a/.appveyor.yml b/.appveyor.yml
index 4cd6d53..6eea8b6 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -15,7 +15,8 @@ environment:
   nodejs_version: "4"
   matrix:
     - PLATFORM: windows-10-store
-
+      JUST_BUILD: --justBuild
+    - PLATFORM: local\browser
 install:
   - npm cache clean -f
   - node --version
@@ -25,4 +26,4 @@ install:
 build: off
 
 test_script:
-  - cordova-paramedic --config pr\%PLATFORM% --plugin . --justBuild
+  - cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%


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


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

Posted by al...@apache.org.
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