CONTRIBUTING: change Travis header to CI.

This commit is contained in:
Érico Rolim 2020-12-30 19:03:53 -03:00
parent fcea768596
commit 693def5d1b

View file

@ -85,7 +85,7 @@ There should be a commit for each package revbump, and those commits should be p
When you make changes to your pull request, please *do not close and reopen your pull request*. Instead, just [forcibly git push](#review), overwriting any old commits. Closing and opening your pull requests repeatedly spams the Void maintainers.
#### Travis
#### Continuous Integration
Pull requests are automatically submitted for Continuous Integration (CI) testing to ensure packages build on various combinations of libc and architecture.
Packages that take longer than 120 minutes or need more than 14G of storage to complete their build (for example, Firefox or the Linux kernel) will fail CI and should include `[ci skip]` in the PR title or body (the comment field when the PR is being opened) to avoid wasting CI builder time.