Force doc deploy just for this once

This commit is contained in:
Adrien Crivelli 2020-04-27 18:26:51 +09:00
parent f79611d6dc
commit b1a7863485
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 0 additions and 4 deletions

View File

@ -41,7 +41,6 @@ jobs:
- php ocular.phar code-coverage:upload --format=php-clover tests/coverage-clover.xml
- stage: API documentations
if: tag is present
php: 7.4
before_script:
- curl -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.0.0-rc/phpDocumentor.phar
@ -52,6 +51,3 @@ jobs:
skip-cleanup: true
local-dir: docs/api
github-token: $GITHUB_TOKEN
on:
all_branches: true
condition: $TRAVIS_BRANCH =~ ^master$