Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Remove saucelabs from automated tests for now. It is too unreliable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeard4 committed Apr 5, 2017
1 parent cfdbf90 commit 4f9bbb0
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 @@ -117,7 +117,7 @@ module.exports = function(grunt) {

grunt.registerTask('build-tests', ['browserify:dev']);
grunt.registerTask('test', ['build', 'build-tests', 'run-tests']);
grunt.registerTask('run-tests', ['nodeunit', 'run-browser-tests-prod' ]);
grunt.registerTask('run-tests', ['nodeunit']);
grunt.registerTask('run-browser-tests', [ 'run-browser-tests-dev', 'run-browser-tests-prod', 'run-browser-tests-prod-require']);
grunt.registerTask('run-browser-tests-dev', ['express:dev', 'saucelabs-custom', 'express:dev:stop' ]);
grunt.registerTask('run-browser-tests-prod', ['express:prod', 'saucelabs-custom', 'express:prod:stop' ]);
Expand Down

0 comments on commit 4f9bbb0

Please sign in to comment.