Skip to content

Commit b2e2cfe

Browse files
committedFeb 19, 2019
chore: re-activate saucelabs
1 parent 037bfbf commit b2e2cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Gruntfile.js

+1-1
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)
Please sign in to comment.