Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Download build from Travis

Tags:

travis-ci

Is there a way to download latest compiled travis binary? I want to try the unreleased version, but I can't compile it by myself.

Is there a button to download the compiled software?

like image 444
MCCCS Avatar asked Aug 05 '16 11:08

MCCCS


1 Answers

Travis doesn't compile binaries and save them, it just compiles them and makes sure they can be compiled without errors.

EDIT: Yes, it does, if the project owners want Travis to do so! See this: https://docs.travis-ci.com/user/deployment/releases/

like image 77
MCCCS Avatar answered Oct 20 '22 17:10

MCCCS