浏览代码

Merge pull request #5571 from ckeditor/i/5570

Internal: Increased Travis build time for documentation. Closes #5570.
Kamil Piechaczek 6 年之前
父节点
当前提交
4ca0ba78fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -24,7 +24,7 @@ script:
 - yarn run test --reporter=dots
 - yarn run docs:api --validate-only
 - 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then
-    travis_wait yarn run docs:build-and-publish-nightly;
+    travis_wait 30 yarn run docs:build-and-publish-nightly;
   fi'
 after_script:
 - export END_TIME=$( date +%s )