Repository: cordova-ios Updated Branches: refs/heads/master a06f41918 -> d52a6876c
CB-11725 - Update appveyor node versions to 4 and 6, so they will always use the latest versions Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/d52a6876 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/d52a6876 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/d52a6876 Branch: refs/heads/master Commit: d52a6876c4761f0d27743f62d423a6ad30d3d75a Parents: a06f419 Author: Shazron Abdullah <[email protected]> Authored: Thu Aug 18 23:52:53 2016 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Thu Aug 18 23:52:53 2016 -0700 ---------------------------------------------------------------------- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/d52a6876/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml index bbebba5..6e92b88 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,8 +2,8 @@ environment: matrix: - nodejs_version: "0.10" - nodejs_version: "0.12" - - nodejs_version: "4.2" - - nodejs_version: "6.0" + - nodejs_version: "4" + - nodejs_version: "6" install: - ps: Install-Product node $env:nodejs_version --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
