rust-pcap / pcap

Rust language pcap library
Apache License 2.0
620 stars 144 forks source link

Remove Travis? #123

Closed Wojtek242 closed 4 years ago

Wojtek242 commented 4 years ago

Should the travis.yml file be removed now that we use GitHub actions? #122 #121 #117

sekineh commented 4 years ago

Features testing is not performed in Github Actions yet. Once we enabled supported features in Github actions, we could delete Travis safely.

sekineh commented 4 years ago

I'll do this today.