Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinayuangao committed Mar 17, 2017
1 parent c61cebf commit e274251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gulp/tasks/screenshots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function updateGithubStatus(prNumber: number, result: boolean) {
name: 'Screenshot Tests',
description: `Screenshot Tests ${result ? 'passed' : 'failed'})`,
url: `http://material2-screenshots.firebaseapp.com/${prNumber}`
});
}).then((code) => console.log(code));
}

/**
Expand Down

0 comments on commit e274251

Please sign in to comment.