Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add continuous integration #20

Closed
dmcglinn opened this issue Jan 10, 2018 · 2 comments
Closed

Add continuous integration #20

dmcglinn opened this issue Jan 10, 2018 · 2 comments

Comments

@dmcglinn
Copy link
Member

Hey @FelixMay I just added continuous integration on the mobr repo it was pretty easy. If you'd like I can set this up for this repo as well. See the .travis.yml file: https://github.com/MoBiodiv/mobr/blob/master/.travis.yml
and linked tag on README.md: https://github.com/MoBiodiv/mobr/blob/master/README.md

@FelixMay
Copy link
Collaborator

Hi @dmcglinn, could you give me some hints or a link with explanations what the continuous integration does and why it is useful?

@dmcglinn
Copy link
Member Author

so basically it runs devtools::check and reports if there are any errors every time you merge changes to master. This is useful because it is a bit of a pain to do this on your local machine and you can get an email telling you if the merge caused the check to fail and why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants