11

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?

MCCCS
  • 942
  • 2
  • 18
  • 42

1 Answers1

12

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/

MCCCS
  • 942
  • 2
  • 18
  • 42