Am Sonntag, 11. Oktober 2015, 12:32:14 schrieb Darshit Shah: > However, I did come across a small problem. Travis currently accepts > open source build requests from GitHub only. So I don't think we can > use it from Savannah. Would it be a problem if we pushed the > .travis.yml to master and allow the builds to be fired from one of our > GitHub clones?
Hi Darshit, IMO there is no problem. If there is no possibility to trigger a build from Savannah, we have to use Github. Or we have to trigger it manually... That is something that other people already asked for: http://kamranicus.com/blog/2015/03/29/triggering-a-travis-build-programmatically/ Maybe you could give this a try (maybe using wget instead of curl ?). http://docs.travis-ci.com/user/triggering-builds/ Regards, Tim
