stefanpenner / es6-promise

A polyfill for ES6-style Promises
MIT License
7.3k stars 593 forks source link

Consider enabling the daily build in TravisCI #338

Closed limonte closed 5 years ago

limonte commented 5 years ago

The conversation is locked there, so I will continue here. CI stands for continuous integration. In the unstable ecosystem of front-end dependencies, it's essential to build software on a daily basis.

If the build is green but happened a month ago, that does not guarantee that is will be successful today.

The latest CI build for this package happened 8 month ago (https://travis-ci.org/stefanpenner/es6-promise/builds/332485528)

Enabling daily builds is as easy as three mouse-clicks, docs: https://docs.travis-ci.com/user/cron-jobs/