securesauce / precaution-beta

Precaution provides a simple, automated code review for GitHub projects by running code linters with a security focus on pull requests.
Other
1 stars 0 forks source link

Consider switching from Travis-CI to Circle-CI #226

Open ericwb opened 5 years ago

ericwb commented 5 years ago

Is your feature request related to a problem? Please describe. Circle-CI is much faster and good for container-like deployments such as Precaution. Travis-CI is more appropriate for tools that need cross-platform testing.

Describe the solution you'd like Switch the build tool app to Circle-CI.

Describe alternatives you've considered Continue with travis-ci.

Additional context https://circleci.com/integrations/github/

ericwb commented 5 years ago

https://github.com/ansible/molecule/issues/1770

ericwb commented 5 years ago

I believe now that GitHub actions are a better way to go. Of course, we'd have to wait till Actions are generally available. Here's an example: https://github.com/ericwb/bandit/pull/3