Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created August 29, 2016 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/dc095946bc3ebb5413769b29756bb11c to your computer and use it in GitHub Desktop.
Save zoffixznet/dc095946bc3ebb5413769b29756bb11c to your computer and use it in GitHub Desktop.
my $what = "No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.\nCheck the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received\n\nThe build has been terminated\n\n";
say so $what.lc ~~ m/
"no output has been received in the last 10m0s, this"
" potentially indicates a stalled build or something wrong"
" with the build itself."
<ws>
[
"Check the details on how to adjust your build"
" configuration on: https://docs.travis-ci.com/user"
"/common-build-problems/#Build-times-out-because-no-"
"output-was-received"
<ws>
]?
"the build has been terminated\n\n"
\s*
$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment