Repository: cordova-android Updated Branches: refs/heads/master 2efe24061 -> 029946783
CB-11726 - Update appveyor node versions to 4 and 6, so they will always use the latest versions This closes #324 Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/02994678 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/02994678 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/02994678 Branch: refs/heads/master Commit: 0299467831c72a9be14e3ce1be1eb8b8c205fb09 Parents: 2efe240 Author: Shazron Abdullah <[email protected]> Authored: Fri Aug 19 00:06:05 2016 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Fri Aug 19 15:49:56 2016 -0700 ---------------------------------------------------------------------- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/02994678/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml index 2502c78..76baabc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,8 @@ environment: matrix: - nodejs_version: "0.10" - nodejs_version: "0.12" - - nodejs_version: "4.2" + - nodejs_version: "4" + - nodejs_version: "6" install: # - cinst android-sdk --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
