Skip to content

Commit

Permalink
Merge branch 'hotfix/disable-stock-regression'
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwoodhull committed Apr 25, 2015
2 parents 029df98 + 6a4222b commit 0555687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ module.exports = function (grunt) {
grunt.registerTask('docs', ['build', 'copy', 'emu', 'toc', 'markdown', 'docco']);
grunt.registerTask('web', ['docs', 'gh-pages']);
grunt.registerTask('server', ['docs', 'fileindex', 'jasmine:specs:build', 'connect:server', 'watch:jasmine']);
grunt.registerTask('test', ['build', 'jasmine:specs', 'test-stock-example', 'shell:hooks']);
grunt.registerTask('test', ['build', 'jasmine:specs', 'shell:hooks']);
grunt.registerTask('test-browserify', ['build', 'browserify', 'jasmine:browserify']);
grunt.registerTask('coverage', ['build', 'jasmine:coverage']);
grunt.registerTask('ci', ['test', 'jasmine:specs:build', 'connect:server', 'saucelabs-jasmine']);
Expand Down

0 comments on commit 0555687

Please sign in to comment.