Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
disable update-notifier in ci, fix nodejs version in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
igorklopov committed Mar 26, 2018
1 parent dbcebf2 commit 74444c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
nodejs_version: "6"
nodejs_version: "8"

install:
- ps: Install-Product node $env:nodejs_version x64
Expand Down
9 changes: 9 additions & 0 deletions test/test-79-npm/update-notifier/update-notifier.meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
'use strict';

module.exports = function (stamp, flags) {
if (flags.ci) {
return {
allow: false
};
}
};

0 comments on commit 74444c5

Please sign in to comment.