added testling run to the travis build
This commit is contained in:
@ -23,6 +23,7 @@ module.exports = function (grunt) {
|
||||
|
||||
grunt.registerTask('travis', [
|
||||
'test',
|
||||
'browser_clients:test',
|
||||
'mochacov:ship_coverage'
|
||||
]);
|
||||
};
|
||||
Reference in New Issue
Block a user