Skip to content

thoralf-gutierrez/nightlies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nightli.es provides automatic nightly builds for Travis CI.

Why have nightly builds?

When developing a library, often some components like other libraries or the language interpreter will use the latest available version. This can lead to nasty situations when an upstream component releases a new version that breaks your tests, but you don't find out until your next git push. Nightli.es ensures each project builds at least once every 24 hours so these failures will be caught as soon as possible.

Why does Nightli.es require so many GitHub permissions?

Nightli.es uses the Travis API to get the list of projects you have access to and to kick off builds. Unfortunately Travis' GitHub authentication integration requires that I request all the same permissions as Travis itself. Your GitHub OAuth tokens are never stored server-side, only your Travis API token is stored for use in starting builds via the API.

About

Tool to trigger nightly builds on Travis CI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 68.8%
  • HTML 24.2%
  • CSS 3.7%
  • JavaScript 3.3%