change travis script
This commit is contained in:
parent
7f30ea53a2
commit
0b06305c61
2 changed files with 1 additions and 2 deletions
|
@ -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']);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue