-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/i/3204-table-caption' into i/908…
…5-table-caption-docs
- Loading branch information
Showing
268 changed files
with
8,068 additions
and
2,256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,27 @@ | ||
sudo: required | ||
dist: xenial | ||
addons: | ||
chrome: stable | ||
language: node_js | ||
services: | ||
- xvfb | ||
cache: | ||
yarn: true | ||
node_js: | ||
- "12" | ||
cache: | ||
- node_modules | ||
cache: yarn | ||
before_install: | ||
- export START_TIME=$( date +%s ) | ||
- export COVERALLS_SERVICE_JOB_ID=$( TRAVIS_JOB_ID ) | ||
- export COVERALLS_SERVICE_NAME="CKEditor5 code coverage" | ||
- npm i -g yarn | ||
install: | ||
- yarn install | ||
# The "./manual/all-features-dll.js" test requires building DLL. | ||
- yarn run dll:build | ||
script: | ||
- node ./scripts/continuous-integration-script.js | ||
- yarn run lint | ||
- yarn run stylelint | ||
- ./scripts/check-manual-tests.sh -r ckeditor5 -f ckeditor5 | ||
- yarn run docs --strict | ||
- 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then | ||
travis_wait 30 yarn run docs:build-and-publish-nightly; | ||
fi' | ||
- ./scripts/ci/travis-check.js | ||
# "travis_wait" does not work in child processes. Hence, it must be called from the configuration file. | ||
- if [[ $TRAVIS_JOB_TYPE == "Validation" && $TRAVIS_TEST_RESULT -eq 0 ]]; then travis_wait 30 yarn run docs:build-and-publish-nightly; fi | ||
after_script: | ||
- export END_TIME=$( date +%s ) | ||
- ckeditor5-dev-tests-notify-travis-status | ||
env: | ||
global: | ||
- secure: RO140EQDHmEOPJPikk8eCY5IdHpnEKGm41p5U1ewAbeZv1DpCG+rSumR2JdYl75kFAaZvCSm1NuVMM+kmYd+/z+LQbKj7QH5G/UHNho3H89blIU6WlJhT0YR5vclm9rvnEvOtxnfODca1Qrw+CaCoJks2o4VYbJB7mOBVNsh7Bc= | ||
jobs: | ||
- TRAVIS_JOB_TYPE=Tests | ||
- TRAVIS_JOB_TYPE=Validation |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
<div id="snippet-wproofreader"> | ||
<p>Typos hapen. We striving to correct them. Hover on the marked words for instant correction suggestions or click the dialoge icon in the bottom right corner to have the whole text proofread at once.</p> | ||
<p>You can also paste your own text here to have its spelling and grammar checked.</p> | ||
<p>Warsaw is the capital adn largest city of Poland. The metropolis stands on the Vistula River in east-central Poland and its population is officially estimatd at 1.8 million residents within a greater metropolitan area of 3.1 million residents, which makes Warsaw the 7th most-populous capital city in the European Union. Warsaw is an alpha-global city, a major international tourist destination, and a significaant cultural, political, and economic hub. Its historical Old Town was designated a UNESCO World Heritage Site.</p> | ||
|
||
<p>Warschau ist seit 1596 die Hauptstadt Polens und die flächenmäßig größte sowie mit über 1,75 Mio. Einwonern bevölkerungsreichste Staddt des Landes. Als eines der wichtigsten Verkehrs-, Wirtschafts- und Handelszentren Mittel- und Osteeuropas genießt Warschau große politische und kulturelle Bedetung. In der Stadt befinden sich zahlreiche Institutionen, Universitäten, Theater, Museen und Baudenkmäler.</p> | ||
|
||
<p>Варша́ва является столицей и крупнейшим по населению, и территории городом Польшй. Город стал фактической столицей в 1596 году, коггда после пожара в Вавельском замке в Кракове король Сигизмунд III перёнёс свою резиденцию суда, при этом столичный статус города был подтверждён только в Конституции 1791 года. Через город протекает река Висла, разделяющая город приблизительно поровну.</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.