|
|
@@ -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 )
|