Skip to content

Commit

Permalink
added saucelabs results url to the tasks/sauce.
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Jun 2, 2018
1 parent 72c6ecc commit ff1e0b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/sauce
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const pollResults = ids => {
const failed = data['js tests'].some(test => test.result.failures);

isCI && console.log(failed? '✖ Saucelabs: Failed!' : '✔ Saucelabs: Passed!');
isCI && console.log('Results: https://saucelabs.com/u/cross-fetch');

if (failed) {
spinner.fail(' Failed.');
Expand Down

0 comments on commit ff1e0b0

Please sign in to comment.