japaric / trust

Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
Apache License 2.0
1.26k stars 59 forks source link

Run Travis builds for all branches & PRs #113

Closed slonopotamus closed 6 years ago

slonopotamus commented 6 years ago

Hmm, this doesn't work =/

Dylan-DPC-zz commented 6 years ago

@slonopotamus Hi. Thanks for informing us about this. Will check it in a while and fix it.

slonopotamus commented 6 years ago

So, not running Travis for PRs is not intentional?

Dylan-DPC-zz commented 6 years ago

No. It is not. I see some of the earlier PRs did have it. Not sure what has changed.

slonopotamus commented 6 years ago

Check an option "Build pushed pull requests" in Travis repository settings. Is it enabled? I obviously don't have access to that page.

slonopotamus commented 6 years ago

Yeah, I think that is the problem. See Travis PR log: Build type disabled via repository settings (pull_request).

Dylan-DPC-zz commented 6 years ago

Yeah thanks I have enabled it now.