servo / unicode-bidi

Implementation of the Unicode Bidirection Algorithm in Rust
Other
74 stars 34 forks source link

Move away from travis #60

Closed jrmuizel closed 2 years ago

jrmuizel commented 2 years ago

unicode-bidi is the largest user of servo's Travis credits. It doesn't seem like there's anything particular about unicode-bidi's CI that requires Travis so it would probably be good to move to something like github actions. This will preserve the credits for corefoundation-rs which needs the wide range of macOS versions that Travis supports.

Manishearth commented 2 years ago

I don't have time to do this soon but if someone else can do it I'd merge the PR and do the work of disabling travis

jdm commented 2 years ago

Also all of Servo's free travis ci credits are used up, so nothing can merge automatically right now that depends on travis runs completing.