Skip to content

Commit 08014ad

Browse files
committed
Fixed local server not starting for Travis
1 parent a0c26e1 commit 08014ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ module.exports = function (grunt) {
305305
grunt.registerTask('minify', ['uglify', 'sass:dist']);
306306
grunt.registerTask('test', ['qunit', 'jshint']);
307307

308-
grunt.registerTask('ci', ['compile', 'saucelabs-qunit', 'test']);
308+
grunt.registerTask('ci', ['compile', 'connect:tests', 'saucelabs-qunit', 'test']);
309309

310310
grunt.registerTask('docs', ['symlink:docs', 'jekyll:serve']);
311311

0 commit comments

Comments
 (0)