angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.3k stars 6.74k forks source link

Travis-CI build failed because it automatically routed the builds to Ubuntu Trusty #6649

Closed angelina999990 closed 6 years ago

angelina999990 commented 6 years ago

Travis-ci build failed because it automatically routed the builds to Ubuntu Trusty, which is the Ubuntu distribution used by default now. However, the builds is supposed to work in Ubuntu Precise which has reached the end of life.

check following https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming

related Issue https://github.com/angular-ui/bootstrap/pull/6624

icfantv commented 6 years ago

Looking into this. Thanks.

icfantv commented 6 years ago

That's not why the build failed. I'm pretty sure it's this: https://github.com/jasmine/jasmine/issues/1327

icfantv commented 6 years ago

Ok, I've played around with this for an hour and I'm calling it. I don't have time to debug this. If you want to, please feel free. I've tried both precise and trusty as well as the timeout/retry settings in the issue above and pinning jasmine-core at 2.5.2, none of which works. Maybe there's a magic combination that gets it passing, and maybe there's not. This project is EOL'd and there was a 9 month span between the last successful build and the first failed one.