Skip to content

Commit

Permalink
add testing to default grunt task
Browse files Browse the repository at this point in the history
  • Loading branch information
OmgImAlexis committed Dec 1, 2015
1 parent 727d1e2 commit 9741947
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .build/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ module.exports = function(grunt) {
'bower_concat',
'uglify',
'sass',
'cssmin'
'cssmin',
'jshint',
'mocha'
]);
grunt.registerTask('travis', [
'jshint',
Expand Down
3 changes: 2 additions & 1 deletion .build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"homepage": "https://github.com/SickRage/SickRage#readme",
"scripts": {
"test": "mocha test"
"test": "grunt travis",
"security": "snyk test"
},
"devDependencies": {
"chai": "^3.4.1",
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion gui/slick/js/core.min.js

Large diffs are not rendered by default.

0 comments on commit 9741947

Please sign in to comment.