heibl / ips

R Interfaces to Phylogenetic Software
11 stars 3 forks source link

Go Travis #4

Open richelbilderbeek opened 6 years ago

richelbilderbeek commented 6 years ago

Hello Christoph,

I think you'd also enjoy a continuous check on your code. I've added Travis CI support, that checks your code builds correctly after a git push or each Pull Request (before merging).

If you think this is unimportant, feel free to reject. No worries :+1:

If you think this is a usefull addition, you will need to (1) activate Travis CI at travis-ci.org (can sign in with GitHub), and (2) replace richelbilderbeek by heibl in the README.

I volunteer to maintain the .travis.yml file and I will help you if you have questions.

richelbilderbeek commented 6 years ago

P.S. You already see the comments from @lintr-bot , you can remove it from the .travis.yml file if you think that is a good idea. Or you can use #nolint in the code, e.g. after function names that are not snake case, but need to keep in for backwards compatibility. Sure I'll help if you ask me :-)

richelbilderbeek commented 4 years ago

@heibl: what do you think about this Pull Request?