kbandla / dpkt

fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Other
1.09k stars 270 forks source link

Switch from TravisCI to Github Actions #507

Closed brifordwylie closed 3 years ago

brifordwylie commented 3 years ago

Since we've got a current integration issue with TravisCI anyway.. perhaps we'll just switch to GitHub Actions for the testing of the dpkt package.

Related:

obormot commented 3 years ago

FYI I got this message when checking a build on Travis:

Please be aware travis-ci.org will be shutting down in several weeks, with all accounts migrating to travis-ci.com. Please stay tuned here for more information.

brifordwylie commented 3 years ago

Okay so this is now done with the merge of #514, we'll have to remove TravisCI AND coverage/coveralls. Unfortunately I cannot do that. @kbandla will have to do it.. there are 3 places to make sure it gets removed from.

1) Webhooks 2) Integrations 3) Branch protections

When doing 3) make sure to ADD the new GithubActions as required for merging. :)

Screen Shot 2020-12-27 at 12 37 45 PM