ggthemr
ggthemr copied to clipboard
Set up continuous integration
For now only Travis. Builds beautiful documentation: https://krlmlr.github.io/ggthemr/ .
After merging, you'd need to run a few steps:
- Remove the old
gh-pages
branch:git push origin :gh-pages
- Set up deploy keys:
travis::use_travis_deploy()
from https://github.com/ropenscilabs/travis/ - Link to documentation from https://cttobin.github.io/ggthemr
Will add one more commit to test against dev version of ggplot2 (which currently seems to fail).
NB: I have no idea why the plots were updated, can remove them from the PR if you prefer.
wow! 👍