Преглед изворни кода

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 година
родитељ
комит
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'