Skip to content

Commit

Permalink
Revert "chore: re-activate saucelabs"
Browse files Browse the repository at this point in the history
This reverts commit b2e2cfe.
  • Loading branch information
nknapp committed Feb 19, 2019
1 parent b2e2cfe commit 40fb115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ module.exports = function(grunt) {
grunt.task.loadTasks('tasks');

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

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

Expand Down

0 comments on commit 40fb115

Please sign in to comment.