Closed kpp closed 6 years ago
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://cla.developers.google.com/ to sign.
Once you've signed, please reply here (e.g. I signed it!
) and we'll verify. Thanks.
I signed it!
CLAs look good, thanks!
Thanks! Lemme see if I can start running the Travis jobs without too much difficulty...
@raphlinus stop merging my PRs! You have to setup Travis first =) It is easy.
Go you http://travis-ci.org/ , login with github, then add a new repo "google/font-rs"
and that's all.
Heh, I did do it out of order. In any case, it's on and I've triggered a custom build.
Good =)
You should also configure your repo protected branch master
to restrict PRs only with passed TravisCI
Add
.travis.yml
config to run TravisCI. This is how the build looks like: https://travis-ci.org/kpp/font-rs/builds/334631674Note: merge this PR only after #19 . CC me if you'd like me to rebase this branch.