Skip to content

Commit

Permalink
Run Jasmine tests first
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbradshaw committed Dec 16, 2016
1 parent c69b7c3 commit 8e1abd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gruntfile.js
Expand Up @@ -188,7 +188,7 @@ module.exports = function(grunt) {
grunt.registerTask('default', ['notest','karma:single']);
grunt.registerTask('build', ['removeBlock','copy','uglify']);
grunt.registerTask('notest', ['jsonlint','jshint','build']);
grunt.registerTask('test', ['clean','jshint','qunit','karma:single']);
grunt.registerTask('test', ['clean','jshint','karma:single','qunit']);
grunt.registerTask('travis', ['clean','notest','qunit','karma:travis','coveralls']);

grunt.registerTask('postBump',['build','bump-commit','shell']);
Expand Down

0 comments on commit 8e1abd7

Please sign in to comment.