There seems to be unexpected behavior in our automated test suite: package.json was modified during plugin installation when it shouldn't have been because save option was not given. I wanted to check the last build logs for master (which were green) but they did not load for me on the Travis CI website.
Thus I'm leaving this here, in case someone has time to investigate.
What is expected to happen?
CI is green
What does actually happen?
CI is red (see CI runs for https://github.com/apache/cordova-lib/pull/862)
Information
There seems to be unexpected behavior in our automated test suite: package.json was modified during plugin installation when it shouldn't have been because
save
option was not given. I wanted to check the last build logs for master (which were green) but they did not load for me on the Travis CI website.Thus I'm leaving this here, in case someone has time to investigate.