소스 검색

Uncommented Travis code.

Marek Lewandowski 5 년 전
부모
커밋
d62937653c
1개의 변경된 파일6개의 추가작업 그리고 7개의 파일을 삭제
  1. 6 7
      .travis.yml

+ 6 - 7
.travis.yml

@@ -19,13 +19,12 @@ before_install:
 install:
 - yarn install
 script:
-# - node ./scripts/continuous-integration-script.js
-# - yarn run lint
-# - yarn run stylelint
-- yarn run docs --strict
-# - '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
+- 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then
+    travis_wait 30 yarn run docs --strict
+  fi'
 after_script:
 - export END_TIME=$( date +%s )
 - ckeditor5-dev-tests-notify-travis-status