raphlinus / font-rs

Apache License 2.0
755 stars 49 forks source link

Add TravisCI #20

Closed kpp closed 6 years ago

kpp commented 6 years ago

Add .travis.yml config to run TravisCI. This is how the build looks like: https://travis-ci.org/kpp/font-rs/builds/334631674

Note: merge this PR only after #19 . CC me if you'd like me to rebase this branch.

googlebot commented 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.


kpp commented 6 years ago

I signed it!

googlebot commented 6 years ago

CLAs look good, thanks!

raphlinus commented 6 years ago

Thanks! Lemme see if I can start running the Travis jobs without too much difficulty...

kpp commented 6 years ago

@raphlinus stop merging my PRs! You have to setup Travis first =) It is easy.

kpp commented 6 years ago

Go you http://travis-ci.org/ , login with github, then add a new repo "google/font-rs" and that's all.

raphlinus commented 6 years ago

Heh, I did do it out of order. In any case, it's on and I've triggered a custom build.

kpp commented 6 years ago

Good =)

kpp commented 6 years ago

You should also configure your repo protected branch master to restrict PRs only with passed TravisCI