Skip to content

Commit

Permalink
Remove PR # from randomization
Browse files Browse the repository at this point in the history
  • Loading branch information
XiphiasUvella committed Jul 22, 2016
1 parent d27239f commit fcccaf6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/ember-try.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/*jshint node:true*/
var command = [ 'ember', 'exam', '--split', '3', '--random' ];
var pr = process.env.TRAVIS_PULL_REQUEST;

if (pr) {
command.push(pr);
}

module.exports = {
command: command.join(' ')
Expand Down

0 comments on commit fcccaf6

Please sign in to comment.