Skip to content

Commit

Permalink
remove saucelabs testing form travis until it passes properly
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner committed Dec 3, 2013
1 parent e74fd79 commit 39278c0
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 @@ -251,7 +251,7 @@ module.exports = function( grunt ) {
grunt.registerTask("sauce", ["connect", "saucelabs-qunit"]);

// Travis CI task.
grunt.registerTask('travis', ['jshint', 'sauce']);
grunt.registerTask('travis', ['test']);

// Build
grunt.registerTask('build', ['clean', 'generateinit', 'requirejs', 'copy', 'clean:postbuild', 'stripdefine', 'uglify', 'jshint']);
Expand Down

0 comments on commit 39278c0

Please sign in to comment.