Skip to content

Commit

Permalink
oops wrong exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
officert committed Jan 7, 2016
1 parent f93241d commit d4086c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ gulp.task('default', ['serve']);

gulp.task('test', () => {
runSequence('jshint', 'test-int', 'test-unit', 'test-unit-ui', () => {
process.exit(1);
process.exit(0);
});
});

Expand Down

0 comments on commit d4086c2

Please sign in to comment.