瀏覽代碼

Internal: Increased Travis build time for documentation.

Marek Lewandowski 6 年之前
父節點
當前提交
b6ab8bebc5
共有 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 )