Fixed local server not starting for Travis
This commit is contained in:
parent
a0c26e1114
commit
08014add7c
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ module.exports = function (grunt) {
|
|||
grunt.registerTask('minify', ['uglify', 'sass:dist']);
|
||||
grunt.registerTask('test', ['qunit', 'jshint']);
|
||||
|
||||
grunt.registerTask('ci', ['compile', 'saucelabs-qunit', 'test']);
|
||||
grunt.registerTask('ci', ['compile', 'connect:tests', 'saucelabs-qunit', 'test']);
|
||||
|
||||
grunt.registerTask('docs', ['symlink:docs', 'jekyll:serve']);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue