8
0
Quellcode durchsuchen

Internal: Increased Travis build time for documentation.

Marek Lewandowski vor 6 Jahren
Ursprung
Commit
b6ab8bebc5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 )