This is an automated email from the ASF dual-hosted git repository.

erisu pushed a change to branch travis-xcode-tests
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git.


 discard a1e0347  chore: run tests on Xcode 11 only
     add 14a5728  fix (node): require failure with shebang interpreter (#782)
     add 710c048  chore: run tests on Xcode 11 only

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a1e0347)
            \
             N -- N -- N   refs/heads/travis-xcode-tests (710c048)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 bin/lib/create.js                                  |  2 -
 bin/templates/scripts/cordova/Api.js               | 15 +++-
 bin/templates/scripts/cordova/lib/build.js         |  6 +-
 bin/templates/scripts/cordova/lib/list-devices     | 48 ++----------
 .../cordova/lib/list-emulator-build-targets        | 90 +---------------------
 .../scripts/cordova/lib/list-emulator-images       | 25 ++----
 .../scripts/cordova/lib/list-started-emulators     | 31 ++------
 .../cordova/lib/{list-devices => listDevices.js}   | 12 ---
 ...r-build-targets => listEmulatorBuildTargets.js} | 10 ---
 ...{list-emulator-images => listEmulatorImages.js} | 12 ---
 ...t-started-emulators => listStartedEmulators.js} | 12 ---
 bin/templates/scripts/cordova/lib/run.js           |  8 +-
 bin/templates/scripts/cordova/lib/versions.js      |  2 -
 bin/templates/scripts/cordova/version              |  8 +-
 tests/spec/unit/lib/list-devices.spec.js           |  4 +-
 tests/spec/unit/lib/list-emulator-images.spec.js   |  4 +-
 16 files changed, 46 insertions(+), 243 deletions(-)
 copy bin/templates/scripts/cordova/lib/{list-devices => listDevices.js} (88%)
 copy bin/templates/scripts/cordova/lib/{list-emulator-build-targets => 
listEmulatorBuildTargets.js} (93%)
 copy bin/templates/scripts/cordova/lib/{list-emulator-images => 
listEmulatorImages.js} (80%)
 copy bin/templates/scripts/cordova/lib/{list-started-emulators => 
listStartedEmulators.js} (82%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to