Skip to content

Commit a69f1f1

Browse files
committed
Enable 'npm test'
1 parent 4d313a4 commit a69f1f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ module.exports = (grunt) ->
190190
else
191191
grunt.registerTask "travis", ["test", "sauce"]
192192
grunt.registerTask "default", ["test"]
193+
grunt.registerTask "ci", ["test"] # Called by 'npm test'
193194

194195
# "sauce",
195196
grunt.registerTask "build", ["exec:tabfix", "test", "uglify"]

0 commit comments

Comments
 (0)