-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick CI fixes #277
Quick CI fixes #277
Conversation
(consistent with test script in package.json)
- skip some platform versions for now - mark FUTURE TBD platform versions
What the heck are these changes? Did you do similar commits in other plugin repos? |
# osx_image: xcode7.3 | ||
# language: node_js | ||
# node_js: '4.2' | ||
# FUTURE TBD: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something like this should never be in code, only in issues.
# - platform-tools | ||
# - tools | ||
# - build-tools-26.0.2 | ||
# FUTURE TBD: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something like this should never be in code, only in issues.
@@ -24,6 +24,11 @@ description: Open an in-app browser window. | |||
|AppVeyor|Travis CI| | |||
|:-:|:-:| | |||
|[![Build status](https://ci.appveyor.com/api/projects/status/github/apache/cordova-plugin-inappbrowser?branch=master)](https://ci.appveyor.com/project/ApacheSoftwareFoundation/cordova-plugin-inappbrowser)|[![Build Status](https://travis-ci.org/apache/cordova-plugin-inappbrowser.svg?branch=master)](https://travis-ci.org/apache/cordova-plugin-inappbrowser)| | |||
|npm install|npm install| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
I undid the test disabling and removed the TBD comments. Only issue left here are the changes to README. |
Platforms affected
Browser, Android, iOS
What does this PR do?
.travis.yml
skip Safari browser & intermediate Android/iOS versions for now to workaround Travis CI failure.appveyor.yml
add eslint to test (consistent with test script in package.json)README.md
add some AppVeyor CI & Travis CI info.travis.yml
add blank linesWhat testing has been done on this change?
Checklist
Reported an issue in the JIRA databaseCommit 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.Added automated test coverage as appropriate for this change.