ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.78k stars 2.46k forks source link

Update CI config #5516

Closed Comandeer closed 9 months ago

Comandeer commented 9 months ago

What is the purpose of this pull request?

Task

Does your PR contain necessary tests?

All patches that change the editor code must include tests. You can always read more on PR testing, how to set the testing environment and how to create tests in the official CKEditor documentation.

This PR contains

Did you follow the CKEditor 4 code style guide?

Your code should follow the guidelines from the CKEditor 4 code style guide which helps keep the entire codebase consistent.

What is the proposed changelog entry for this pull request?

N/A

What changes did you make?

I've removed the Travis CI config and replaced it with the Circle CI one. The main change is the fact that now all runs are full runs (the diffing is disabled).

Which issues does your PR resolve?

N/A

Comandeer commented 9 months ago

@KarolDawidziuk, thx for the review.