For some reason when I raised this WIP PR, we get Travis CI failure on Node.js 4 (on commit 428bc3e). As of this writing AppVeyor CI is "queued". Here are the AppVeyor CI & Travis CI links for commit 428bc3e in this PR: * <https://ci.appveyor.com/project/ApacheSoftwareFoundation/cordova-cli/build/1.0.281> (failure is in <https://travis-ci.org/apache/cordova-cli/jobs/431262318>) * <https://travis-ci.org/apache/cordova-cli/builds/431262317>
When I look in <https://travis-ci.org/apache/cordova-cli/jobs/431262318> (Travis CI failure for commit 428bc3e on Node.js 4) it seems like Travis is using src/cli.js from master for some reason. On [my 8.1.0-wip2 branch](https://github.com/brodybits/cordova-cli/commits/8.1.0-wip2) we can see that the same commit (428bc3e) is green on both Travis CI and AppVeyor CI. _Adding links for reference:_ * _<https://travis-ci.org/brodybits/cordova-cli/builds/431261681>_ * _<https://ci.appveyor.com/project/brodybits/cordova-cli/build/1.0.2>_ It *may* have something to do with the fact that I forgot to tell GitHub that this PR should be based on 8.0.x instead of `master`. I am now leaving this PR as-is for investigation. It looks like an issue with the tooling between GitHub and Travis CI. I am hopeful that there will be no such issue between GitHub and AppVeyor CI. [ Full content available at: https://github.com/apache/cordova-cli/pull/331 ] This message was relayed via gitbox.apache.org for [email protected]
