Browse Source

Internal (ckeditor5): Travis should perform full docs build.

Marek Lewandowski 5 years ago
parent
commit
40ef0628a7
1 changed files with 7 additions and 7 deletions
  1. 7 7
      .travis.yml

+ 7 - 7
.travis.yml

@@ -19,13 +19,13 @@ before_install:
 install:
 - yarn install
 script:
-- node ./scripts/continuous-integration-script.js
-- yarn run lint
-- yarn run stylelint
-- yarn run docs:api --validate-only
-- 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then
-    travis_wait 30 yarn run docs:build-and-publish-nightly;
-  fi'
+# - node ./scripts/continuous-integration-script.js
+# - yarn run lint
+# - yarn run stylelint
+- yarn run docs
+# - 'if [ $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