Skip to content

Commit

Permalink
chore(coveralls): fix
Browse files Browse the repository at this point in the history
I do not know what is happening.
  • Loading branch information
stevemao committed Jul 20, 2015
1 parent 0871f4d commit 4f823ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = function(grunt) {
tests: ['test/*.js']
},
conventionalGithubReleaser: {
test: {
all: {
options: {
auth: {
type: 'oauth',
Expand Down Expand Up @@ -107,6 +107,7 @@ module.exports = function(grunt) {
grunt.loadTasks('tasks');

grunt.registerTask('lint', ['jshint', 'jscs']);
grunt.registerTask('conventionalGithubReleaser:test', ['conventionalGithubReleaser:all']);
grunt.registerTask('test', ['lint', 'conventionalGithubReleaser:test', 'nodeunit']);
grunt.registerTask('coverage', ['clean', 'instrument', 'reloadTasks', 'conventionalGithubReleaser:test', 'storeCoverage', 'makeReport']);
grunt.registerTask('sendCoverallsInfo', ['coverage', 'coveralls', 'clean']);
Expand Down

0 comments on commit 4f823ca

Please sign in to comment.