Skip to content

Commit e2ba22e

Browse files
committed
Pull sauce tests out of CI
Disabling these until #1069 can resolve whatever the root issue is.
1 parent 1bb640b commit e2ba22e

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
@@ -227,7 +227,7 @@ module.exports = function(grunt) {
227227
grunt.registerTask('bench', ['metrics']);
228228
grunt.registerTask('sauce', process.env.SAUCE_USERNAME ? ['tests', 'connect', 'saucelabs-mocha'] : []);
229229

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

232232
grunt.registerTask('dev', ['clean', 'connect', 'watch']);
233233
grunt.registerTask('default', ['clean', 'build', 'test', 'release']);

0 commit comments

Comments
 (0)