mesalock-linux / mesabox

A collection of core system utilities written in Rust for Unix-like systems (and now Windows)
BSD 3-Clause "New" or "Revised" License
137 stars 19 forks source link

CI: Use Travis CI instead of Drone CI #20

Closed mssun closed 6 years ago

mssun commented 6 years ago

We need sudo to run some test cases, Docker-based CIs like Drone CI are no long suitable for this project. Therefore, the best choice is Traivs CI, though it is slow. The current setup takes about 15~20m to finish all cases which contains eleven different combinations.