Skip to content

Commit

Permalink
(test) disable push option during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
geddski committed Feb 14, 2014
1 parent c995922 commit d4f4a1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = function(grunt) {
grunt.config.set('release.options.add', false);
grunt.config.set('release.options.commit', false);
grunt.config.set('release.options.tag', false);
grunt.config.set('release.options.push', false);
grunt.config.set('release.options.pushTags', false);
grunt.config.set('release.options.npm', false);
grunt.config.set('release.options.github', false);
Expand Down

0 comments on commit d4f4a1d

Please sign in to comment.