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
Switch to travis-ci.com as default #1038
Comments
Given that we're moving away from travis in favour of github actions, I think the only way we'd do this is through a PR |
@hadley: sure, the efforts towards github actions are highly appreciated ;) PR coming soon... |
riccardoporreca
added a commit
to riccardoporreca/usethis
that referenced
this issue
Mar 11, 2020
* travis-ci.com is now recommended over travis-ci.org (r-lib#1038). * Documented with newly-released roxygen2.
riccardoporreca
added a commit
to riccardoporreca/usethis
that referenced
this issue
Mar 11, 2020
hadley
pushed a commit
that referenced
this issue
Mar 14, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the support for open source projects on travis-ci.com, it is actually recommended to actually use travis-ci.com, especially for new repositories (https://docs.travis-ci.com/user/migrate/open-source-on-travis-ci-com/)
The suggestion here is to align the argument
ext
touse_travis()
and friends to use"com"
as default. Happy to contribute a PR.The text was updated successfully, but these errors were encountered: