Explorar el Código

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 hace 5 años
padre
commit
a2acac40dd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'