Build fails but no script exited with != 0

Hi, probably it’s just a small thing I am missing but my build currently failes without any visible reason. Non of the scripts is exiting with a different coden than 0.

The command "svn commit --username "$SVN_USER" --password "$SVN_PASSWORD" --non-interactive --trust-server-cert -m "auto deployment from github repository" ./wp-svn" exited with 0.
Done. Your build exited with 1.

You can view the full log at https://travis-ci.org/github/Diginize/wp-vereinsflieger/jobs/740794646#L3126

Any ideas?

It’s hidden further down but:

The command “svn propset svn:mime-type image/jpeg ./wp-svn/assets/*.jpg” exited with 1.

1 Like

Travis CI - Test and Deploy with Confidence :

The command “svn propset svn:mime-type image/jpeg ./wp-svn/assets/*.jpg” exited with 1.

If any of the commands in script: fail, the build is considered failed but continues to run to completion.

Thanks a lot. As I said, probably a very simple thing I missed.