Skip to content

Instantly share code, notes, and snippets.

@bootstraponline
Created October 13, 2012 02:15
Show Gist options
  • Save bootstraponline/3882945 to your computer and use it in GitHub Desktop.
Save bootstraponline/3882945 to your computer and use it in GitHub Desktop.
Remove line numbers on Travis CI
// $$ = document.querySelectorAll
// Chrome Dev Tools
Array.prototype.forEach.call($$('.red .log p a'), function(line) {line.parentNode.removeChild(line)});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment