added testling run to the travis build

This commit is contained in:
Spencer Alger
2013-12-24 01:06:37 -07:00
parent 2aa665c3bc
commit 2723511eff
3 changed files with 5 additions and 4 deletions

View File

@ -23,6 +23,7 @@ module.exports = function (grunt) {
grunt.registerTask('travis', [
'test',
'browser_clients:test',
'mochacov:ship_coverage'
]);
};