Skip to content

Commit b2e2cfe

Browse files
committed
chore: re-activate saucelabs
1 parent 037bfbf commit b2e2cfe

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
@@ -229,7 +229,7 @@ module.exports = function(grunt) {
229229
grunt.task.loadTasks('tasks');
230230

231231
grunt.registerTask('bench', ['metrics']);
232-
grunt.registerTask('sauce', [] /* process.env.SAUCE_USERNAME ? ['tests', 'connect', 'saucelabs-mocha'] : [] */);
232+
grunt.registerTask('sauce', process.env.SAUCE_USERNAME ? ['tests', 'connect', 'saucelabs-mocha'] : []);
233233

234234
grunt.registerTask('travis', process.env.PUBLISH ? ['default', 'sauce', 'metrics', 'publish:latest'] : ['default']);
235235

0 commit comments

Comments
 (0)