Skip to content

Fix Travis failures #2957

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

Merged
merged 2 commits into from
Oct 23, 2018
Merged

Conversation

yutannihilation
Copy link
Member

@yutannihilation yutannihilation commented Oct 23, 2018

Fixes #2956

This PR provides two workarounds:

  1. Install dev version of vdiffr only when USE_VDIFFR=true since vdiffr now requires R >= 3.2.0, which means builds with R 3.1 fails.
  2. Use R_REMOTES_NO_ERRORS_FROM_WARNINGS=true to avoid errors converted from warnings raised by devtools::install_deps(), which didn't seem to exist before devtools 2.0.

@yutannihilation
Copy link
Member Author

yutannihilation commented Oct 23, 2018

Note that this Travis check fails due to the GitHub's rate limit issue (I don't know how to fix this), so I set GITHUB_PAT for my repo to confirm they actually pass.

https://travis-ci.org/yutannihilation/ggplot2/builds/444938030
https://travis-ci.org/yutannihilation/ggplot2/builds/445133690

@clauswilke clauswilke mentioned this pull request Oct 23, 2018
25 tasks
@hadley hadley merged commit 765a277 into tidyverse:master Oct 23, 2018
@hadley
Copy link
Member

hadley commented Oct 23, 2018

Thanks - I just added a GITHUB_PAT too

@yutannihilation yutannihilation deleted the fix-travis-older-builds branch October 23, 2018 22:04
@lock
Copy link

lock bot commented Apr 21, 2019

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Apr 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Travis builds fail on R 3.1 due to vdiffr
2 participants