8
0
Просмотр исходного кода

Merge pull request #7485 from ckeditor/i/6788-ci-should-build-entire-docs

Internal: The CI now performs full documentation build for each run. Closes #6788.
Kamil Piechaczek 5 лет назад
Родитель
Сommit
a2acac40dd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -22,7 +22,7 @@ script:
 - node ./scripts/continuous-integration-script.js
 - yarn run lint
 - yarn run stylelint
-- yarn run docs:api --validate-only
+- yarn run docs --strict
 - 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then
     travis_wait 30 yarn run docs:build-and-publish-nightly;
   fi'