Add ci task

This commit is contained in:
Kevin Sawicki
2013-05-30 13:27:13 -07:00
parent 9e4ef708e4
commit 5e072e94e8

View File

@@ -233,4 +233,5 @@ module.exports = (grunt) ->
grunt.registerTask('compile', ['coffee', 'less', 'cson'])
grunt.registerTask('lint', ['coffeelint', 'csslint'])
grunt.registerTask('ci', ['clean', 'bootstrap', 'build', 'test'])
grunt.registerTask('default', ['lint', 'build'])