sonatype-nexus-community / oysteR

Create purls from the filtered sands of your dependencies, powered by OSS Index
https://sonatype-nexus-community.github.io/oysteR/
Apache License 2.0
40 stars 9 forks source link

Adding travis support #9

Closed csgillespie closed 4 years ago

csgillespie commented 4 years ago
DarthHater commented 4 years ago

Is it possible to do this in CircleCI or should we go to Travis? Really your input is what we'd look for! We tend to use CircleCI as an org, but we also like Travis so it's not a huge deal to have something there, just aim for consistency more or less with the other projects.

csgillespie commented 4 years ago

You can use circleCI, but it would require continuous maintenance. For example, in a few months, the version of R will update, and the Travis file will automatically "adjust" to the current.

With the circleCI, you're currently pinned to 3.6.1 - https://github.com/sonatype-nexus-community/oysteR/blob/ReleaseBranch/.circleci/config.yml#L13

My 2 cents are drop circle CI as you will be forever tweaking it.


Proviso: I don't know much about circleCI