Successful build despite unsuccessful deploy

Hi,

https://travis-ci.com/square/beancounter/builds/140884311 is green, but the “Deploying application” step failed.

The reason it failed is because the paths were incorrect (see “dist/beancounter-v0.1.0-linux-amd64 does not exist”, “dist/beancounter-v0.1.0-osx-amd64 does not exist”, etc.).

Two pieces of feedback:

  1. failing to deploy the application should have failed (imho).
  2. when visiting https://travis-ci.com/square/beancounter/builds/140884311, the “Deploying application” tab is closed by default. It would be nice if steps with issues were in an open state by default.