change travis script

This commit is contained in:
Chad Engler 2013-12-19 11:36:31 -08:00
parent 7f30ea53a2
commit 0b06305c61
2 changed files with 1 additions and 2 deletions

View file

@ -185,5 +185,5 @@ module.exports = function(grunt) {
grunt.registerTask('test', ['concat', 'jshint:test', 'karma']);
grunt.registerTask('docs', ['yuidoc']);
grunt.registerTask('travis', ['test']);
grunt.registerTask('travis', ['build', 'test']);
};