Skip to content

Commit

Permalink
Finishing touches on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie Hogebrandt committed Dec 6, 2013
1 parent e98b228 commit 986363b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gruntfile.js
Expand Up @@ -85,6 +85,9 @@ module.exports = function (grunt) {
grunt.registerTask('test', [ grunt.registerTask('test', [
'jsvalidate', 'jsvalidate',
'jshint', 'jshint',
'jsonlint' 'jsonlint',
'phplint',
'phpcs',
'phpunit'
]); ]);
}; };

0 comments on commit 986363b

Please sign in to comment.