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/28 10:51:18 UTC

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

Repository: cordova-plugin-network-information
Updated Branches:
  refs/heads/master 3a24e0d4f -> f9643daba


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


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

Branch: refs/heads/master
Commit: f9643daba0fd67ad8722498891a4efccdce1b26b
Parents: 3a24e0d
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Fri Jul 28 13:16:07 2017 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
Committed: Fri Jul 28 13:16:07 2017 +0300

----------------------------------------------------------------------
 .appveyor.yml |  5 +++--
 .travis.yml   | 16 ++++++++++++++++
 2 files changed, 19 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/f9643dab/.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-network-information/blob/f9643dab/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 1b2dfd5..274aac8 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


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