Skip to content

Commit 5c0a4e8

Browse files
committed
+ .travis.yml
1 parent e7a952b commit 5c0a4e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ module.exports = function (grunt){
119119
grunt.loadTasks('./tests/grunt-task/');
120120

121121
// "npm build" runs these tasks
122+
grunt.registerTask('test', ['jshint', 'concat', 'qunit']);
122123
grunt.registerTask('build', ['version', 'concat', 'uglify', 'qunit']);
123124
grunt.registerTask('default', ['jshint', 'build']);
124125
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"description": "FileAPI — a set of javascript tools for working with files. Multiupload, drag'n'drop and chunked file upload. Images: crop, resize and auto orientation by EXIF.",
1818
"main": "dist/FileAPI.js",
1919
"scripts": {
20-
"test": "grunt test"
20+
"test": "grunt test --verbose"
2121
},
2222
"repository": {
2323
"type": "git",

0 commit comments

Comments
 (0)