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/27 06:59:50 UTC

cordova-plugin-globalization git commit: CB-13028 (CI) Browser builds on Travis and AppVeyor

Repository: cordova-plugin-globalization
Updated Branches:
  refs/heads/master 9e6c25aa8 -> e9a2b1771


CB-13028 (CI) Browser builds on Travis and AppVeyor


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/commit/e9a2b177
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/e9a2b177
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/e9a2b177

Branch: refs/heads/master
Commit: e9a2b1771549ef7e30ccb5edc424daa31d32aa70
Parents: 9e6c25a
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Thu Jul 27 09:41:37 2017 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
Committed: Thu Jul 27 09:41:37 2017 +0300

----------------------------------------------------------------------
 .appveyor.yml |  5 +++--
 .travis.yml   | 16 ++++++++++++++++
 README.md     |  2 +-
 3 files changed, 20 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/e9a2b177/.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%

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/e9a2b177/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index e72ef0b..83ca6fa 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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/e9a2b177/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index bcb2aac..1f3a5a0 100644
--- a/README.md
+++ b/README.md
@@ -96,11 +96,11 @@ error's expected code is `GlobalizationError.UNKNOWN_ERROR`.
 - Amazon Fire OS
 - Android
 - BlackBerry 10
+- Browser
 - Firefox OS
 - iOS
 - Windows Phone 8
 - Windows
-- Browser
 
 ### Example
 


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