Skip to content

Commit d97a045

Browse files
committed
chore: reactivate saucelabs-tests
1 parent 5f47c4a commit d97a045

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

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

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

0 commit comments

Comments
 (0)