You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by alsorokin <gi...@git.apache.org> on 2017/07/18 10:32:23 UTC

[GitHub] cordova-plugin-battery-status pull request #57: CB-13028 (CI) Added browser ...

GitHub user alsorokin opened a pull request:

    https://github.com/apache/cordova-plugin-battery-status/pull/57

    CB-13028 (CI) Added browser platform to AppVeyor

    ### Platforms affected
    Browser
    
    ### What does this PR do?
    Enables AppVeyor to run tests on browser platform
    
    ### What testing has been done on this change?
    See AppVeyor results under this PR
    
    ### Checklist
    - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
    - [x] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
    - [x] Added automated test coverage as appropriate for this change.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/alsorokin/cordova-plugin-battery-status CB-13028

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-battery-status/pull/57.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #57
    
----
commit fc23fc0a265e111fdfd578f615d4bf59f61b5568
Author: Alexander Sorokin <al...@akvelon.com>
Date:   2017-07-18T10:30:30Z

    CB-13028 (CI) Added browser platform to AppVeyor

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-plugin-battery-status pull request #57: CB-13028 (CI) Added browser ...

Posted by alsorokin <gi...@git.apache.org>.
Github user alsorokin closed the pull request at:

    https://github.com/apache/cordova-plugin-battery-status/pull/57


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

[GitHub] cordova-plugin-battery-status issue #57: CB-13028 (CI) Added browser platfor...

Posted by filmaj <gi...@git.apache.org>.
Github user filmaj commented on the issue:

    https://github.com/apache/cordova-plugin-battery-status/pull/57
  
    Do we absolutely require using the mac image?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-plugin-battery-status pull request #57: CB-13028 (CI) Added browser ...

Posted by alsorokin <gi...@git.apache.org>.
Github user alsorokin closed the pull request at:

    https://github.com/apache/cordova-plugin-battery-status/pull/57


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

[GitHub] cordova-plugin-battery-status issue #57: CB-13028 (CI) Added browser platfor...

Posted by alsorokin <gi...@git.apache.org>.
Github user alsorokin commented on the issue:

    https://github.com/apache/cordova-plugin-battery-status/pull/57
  
    Well, without it we can't run iOS builds.
    And it seems we can't ask Travis to start Sauce Connect only for browser builds.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-plugin-battery-status pull request #57: CB-13028 (CI) Added browser ...

Posted by alsorokin <gi...@git.apache.org>.
GitHub user alsorokin reopened a pull request:

    https://github.com/apache/cordova-plugin-battery-status/pull/57

    CB-13028 (CI) Added browser platform to AppVeyor and Travis

    ### Platforms affected
    Browser
    
    ### What does this PR do?
    Enables AppVeyor and Travis to run tests on browser platform
    
    ### What testing has been done on this change?
    See AppVeyor and Travis results under this PR
    
    ### Checklist
    - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
    - [x] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
    - [x] Added automated test coverage as appropriate for this change.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/alsorokin/cordova-plugin-battery-status CB-13028

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-battery-status/pull/57.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #57
    
----
commit fc23fc0a265e111fdfd578f615d4bf59f61b5568
Author: Alexander Sorokin <al...@akvelon.com>
Date:   2017-07-18T10:30:30Z

    CB-13028 (CI) Added browser platform to AppVeyor

commit 8d9ef03225250821a282356b1c861c25f2ad9d57
Author: Alexander Sorokin <al...@akvelon.com>
Date:   2017-07-21T11:15:28Z

    CB-13028 (CI) Added browser platform to Travis

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-plugin-battery-status pull request #57: CB-13028 (CI) Added browser ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-plugin-battery-status/pull/57


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-plugin-battery-status pull request #57: CB-13028 (CI) Added browser ...

Posted by alsorokin <gi...@git.apache.org>.
GitHub user alsorokin reopened a pull request:

    https://github.com/apache/cordova-plugin-battery-status/pull/57

    CB-13028 (CI) Added browser platform to AppVeyor and Travis

    ### Platforms affected
    Browser
    
    ### What does this PR do?
    Enables AppVeyor and Travis to run tests on browser platform
    
    ### What testing has been done on this change?
    See AppVeyor and Travis results under this PR
    
    ### Checklist
    - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
    - [x] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
    - [x] Added automated test coverage as appropriate for this change.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/alsorokin/cordova-plugin-battery-status CB-13028

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-battery-status/pull/57.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #57
    
----
commit fc23fc0a265e111fdfd578f615d4bf59f61b5568
Author: Alexander Sorokin <al...@akvelon.com>
Date:   2017-07-18T10:30:30Z

    CB-13028 (CI) Added browser platform to AppVeyor

commit 8d9ef03225250821a282356b1c861c25f2ad9d57
Author: Alexander Sorokin <al...@akvelon.com>
Date:   2017-07-21T11:15:28Z

    CB-13028 (CI) Added browser platform to Travis

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

[GitHub] cordova-plugin-battery-status issue #57: CB-13028 (CI) Added browser platfor...

Posted by alsorokin <gi...@git.apache.org>.
Github user alsorokin commented on the issue:

    https://github.com/apache/cordova-plugin-battery-status/pull/57
  
    Okay looks like we're blocked by https://github.com/travis-ci/travis-ci/issues/7945 here.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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