Debug failure in Travis YML script

If we look at build 8.1 (https://travis-ci.org/packtci/multiple-languages/jobs/403102478#L548) for the multiple-languages project, we can see that it errored out, as the screenshot shows, because we don't actually have an app in Heroku called multiple-languages:

We simply need to create an app in Heroku with an app named multiple-languages like this:

Now let us restart the build in Travis using the travis restart command:

Now let us look at the job log for build 8.1 once more:

Now if we look at the Heroku ...

Get Hands-On Continuous Integration and Delivery now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.