Skip to content

Commit

Permalink
Do not print TRAVIS_COMMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Rozenberg committed Jan 9, 2019
1 parent e9a32fe commit 36055de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build-system/pr-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ function timedExecOrDie(cmd) {
*/
function printChangeSummary() {
if (process.env.TRAVIS) {
console.log(`TRAVIS_COMMIT=${process.env.TRAVIS_COMMIT}`);
console.log('Travis', colors.green('origin/master'), 'baseline:',
colors.cyan(gitTravisMasterBaseline()));
}
Expand Down

0 comments on commit 36055de

Please sign in to comment.