running sh script on travis CI: The command exited with 1

Viewed 2577

I am running an sh script as part of my .travis.yml. It is giving me the error below although the shell script does not fail.

The command exited with 1.

I tried running the with bash -x to debug and there are no errors. The problem is that travis thinks that the build failed although it passed.

1 Answers
Related