Travis started failing in my springboot project and I'm not sure why

Hi, I’m sorry for not giving a lot of information, but I’m not sure why my travis build is failing. I’m sure my travis.yml is correct, I have been using travis in my django projects without problems and it worked at first using springboot.

This is an example of a failing build:
https://travis-ci.com/github/gii-is-DP2/DP2-1920-GI-05/builds/163814735

The error message doesn’t explain much, so I don’t know what’s the issue.

So, I went to my mnvw file in the repository and commented the first line

#!/bin/sh -> # !/bin/sh

and then I went to my travis.yml and added

before_install:

  • chmod +x mvnw

the problem now is that the error is so long, travis terminates the job

https://travis-ci.com/github/gii-is-DP2/DP2-1920-GI-05/builds/164458710

You’ll have to read the logs and resolve the problem. For example:

https://travis-ci.com/github/gii-is-DP2/DP2-1920-GI-05/builds/164458710#L3106