Right now pull requests will fail because by default, the build automatically pushes the build artifacts to binary, which requires an encrypted key, which the PR submitter will not be in possession of. Apart from which, only master builds should push out to bintray. So we need to patch the Travis descriptor to differentiate master builds versus pull request builds.