Travis CI fails build and exits with 127

My C repository keeps failing builds with travis-ci and the build will exit with error code 127. It fails here:


‘’’$ ./configure && make && make test’’’

‘’‘home/travis/.travis/functions: line 109: ./configure: No such file or directory’’’

‘’‘The command “./configure && make && make test” exited with 127.’’’



Is there any way that I would be able to get my builds working again? I have never seen this before in my use of travis-ci. Thanks!

Please link to the build for us to be able to say anything specific.

The most probable cause so far: