less / less.js

Less. The dynamic stylesheet language.
http://lesscss.org
Apache License 2.0
17.02k stars 3.41k forks source link

chore: migrate travis-ci.org to github actions #3629

Closed iChenLei closed 3 years ago

iChenLei commented 3 years ago

Since June 15th, 2021, the building on travis-ci.org is ceased. Please use travis-ci.com from now on.

Our travis-ci.org not work anymore, appveyor-ci is not enough(current we only use it to do windows-platform CI test). So it's time to migrate travis-ci.org to Github actions. This is a draft PR, need a little time to finish it.

iChenLei commented 3 years ago

2021-06-29 18 12 27

GitHub will maximize the number of jobs run in parallel depending on the available runners on GitHub-hosted virtual machines. so it will be fast at most time.

2021-06-29 18 17 28

Appveyor CI jobs work be queued, so it's very slow. Github Actions is very efficient for us. @matthew-dean

so remove appveyor ? Beacuse it's slow and we can still test windows platform in Github Actions .