0

So I have a CICD travis build that failed... How do I know which line / step is the culprit?

Chris Stryczynski
  • 493
  • 1
  • 3
  • 13

1 Answers1

1

Look at the Travis CI Logs. Often a failed build step will return "Error", "Failure", "-1", buried in a wall of text. If you want a better way to collect and these logs you can check out the following:

Wesley Rolnick
  • 2,747
  • 11
  • 26