nus-cs2103-AY1718S1 / forum

Discussion Forum
5 stars 0 forks source link

Travis CI Build Errors - Not from code written #193

Closed reginleiff closed 6 years ago

reginleiff commented 6 years ago

I had recently made a new PR which involved changing some implementation of events, but have managed to run all tests successfully on my local machine.

image

However, the Travis CI build online seems to fail due to strange errors which do not indicate any problem on code that I have written. Does anyone have an idea as to the reason why?

image

Links: PR: https://github.com/CS2103AUG2017-T14-B3/main/pull/89 Travis CI Log: https://travis-ci.org/CS2103AUG2017-T14-B3/main/jobs/297454169

damithc commented 6 years ago

Some things you can try:

damithc commented 6 years ago

Any progress?

reginleiff commented 6 years ago

I had gotten my teammate to pull my branch to test on his local machine, and it failed as per the online build test. However, we could not isolate the problem in time for the v1.5rc release, so we decided to abandon the feature. Thank you for the assistance @damithc!